aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2000-04-20 16:56:56 +0800
committertg <tg@FreeBSD.org>2000-04-20 16:56:56 +0800
commit85148d3c73ee0025e430fd6eb58b4020d822c2b9 (patch)
tree6ca95f26bc0457591e62d511d513cde51d426657 /math
parent495a11d822e6f73885f4b7b7a7b688a7e48b7d4b (diff)
downloadfreebsd-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/Setup2
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