diff options
author | tg <tg@FreeBSD.org> | 2000-04-20 16:56:56 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-04-20 16:56:56 +0800 |
commit | 85148d3c73ee0025e430fd6eb58b4020d822c2b9 (patch) | |
tree | 6ca95f26bc0457591e62d511d513cde51d426657 /math | |
parent | 495a11d822e6f73885f4b7b7a7b688a7e48b7d4b (diff) | |
download | freebsd-ports-gnome-85148d3c73ee0025e430fd6eb58b4020d822c2b9.tar.gz freebsd-ports-gnome-85148d3c73ee0025e430fd6eb58b4020d822c2b9.tar.zst freebsd-ports-gnome-85148d3c73ee0025e430fd6eb58b4020d822c2b9.zip |
Fix include dir.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-scientific/files/Setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-scientific/files/Setup b/math/py-scientific/files/Setup index 3adc0be7b2a3..ccf81774e778 100644 --- a/math/py-scientific/files/Setup +++ b/math/py-scientific/files/Setup @@ -5,4 +5,4 @@ # Change the paths after -I and -L to the directories where # the files netcdf.h and libnetcdf.* are located. -Scientific_netcdf -I${PREFIX}/include -I${PREFIX}/include/python1.5/numerical -I../Scientific/Include Scientific_netcdf.c -L${PREFIX}/lib -lnetcdf +Scientific_netcdf -I${PREFIX}/include -I${PREFIX}/include/python1.5/Numeric -I../Scientific/Include Scientific_netcdf.c -L${PREFIX}/lib -lnetcdf |