diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-28 11:19:01 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-09-28 11:19:01 +0000 |
commit | f7efcc402be117f6ab3221e034aacf70ba923cd1 (patch) | |
tree | b62cc03e0d2e137c70d126bbddb495ca02d4902c /math/py-scientific/files | |
parent | 654f2fc53d353d8b8421e76d5e50ab1c1e534206 (diff) | |
download | ports-f7efcc402be117f6ab3221e034aacf70ba923cd1.tar.gz ports-f7efcc402be117f6ab3221e034aacf70ba923cd1.zip |
Notes
Diffstat (limited to 'math/py-scientific/files')
-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 ccf81774e778..a8cd38fbc4a1 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/Numeric -I../Scientific/Include Scientific_netcdf.c -L${PREFIX}/lib -lnetcdf +Scientific_netcdf -I${PREFIX}/include -I${PREFIX}/include/%%PYTHON_VERSION%%/Numeric -I../Scientific/Include Scientific_netcdf.c -L${PREFIX}/lib -lnetcdf |