$NetBSD$

--- perldl.conf.orig	2004-12-27 12:29:38.000000000 -0500
+++ perldl.conf
@@ -36,7 +36,7 @@
 # should only be set to 0 for debugging purposes
 # see also L<trylink|PDL::Core::Dev/trylink>
 
-	HIDE_TRYLINK => 1,
+	HIDE_TRYLINK => 0,
 
 # you can set machine specific optimizations here
 # the settings will be passed to the toplevel Makefile.PL
@@ -101,8 +101,8 @@
 #	OPENGL_DEFINE => '',
 #
 # Let perl try to figure it out
-	OPENGL_LIBS => undef,
- 	OPENGL_INC => undef,
+	OPENGL_LIBS => '-lGL -lGLU -lXext -lX11 -lm',
+ 	OPENGL_INC => "-I$ENV{'LOCALBASE'}/include -I$ENV{'X11BASE'}/include",
 	OPENGL_DEFINE => undef,
 # Whether or not to build the Karma interface module
 
@@ -134,7 +134,7 @@
 # 0 -> don't use
 # true -> force use
 
-        WITH_GSL => undef,    # Leave it up to PDL to decide
+        WITH_GSL => 0,
 
 # link flags for the GSL libs, e.g. '-L/usr/local/lib -lgsl -lm'
 	GSL_LIBS => undef, # use gsl-config
@@ -145,12 +145,12 @@
 # 0 -> don't use
 # true -> force use
 
-        WITH_FFTW => undef,    # Leave it up to PDL to decide
+        WITH_FFTW => 0,
 
 # Location to search for the FFTW libs
-	FFTW_LIBS => [ '/lib','/usr/lib','/usr/local/lib'],
+ 	FFTW_LIBS => [ $ENV{'LOCALBASE'}.'/lib' ],
 # Location to find FFTW includes:
- 	FFTW_INC => ['/usr/include/','/usr/local/include'],
+ 	FFTW_INC => [ $ENV{'LOCALBASE'}.'/include' ],
 
 # FFTW Numeric Precision Type to link in: (double or single precision)
 	FFTW_TYPE => 'double',
