diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-20 08:56:56 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-20 08:56:56 +0000 |
commit | fd7d079a2e1a87910fc7dabf6ca8a9579d798e02 (patch) | |
tree | 9cd16383df22622f47c8e4fc393868b527472e75 /math/py-scientific | |
parent | b26e0c5b2841a4e4c543bb483d53eadc51fdbb97 (diff) | |
download | ports-fd7d079a2e1a87910fc7dabf6ca8a9579d798e02.tar.gz ports-fd7d079a2e1a87910fc7dabf6ca8a9579d798e02.zip |
Notes
Diffstat (limited to 'math/py-scientific')
-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 |