diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-16 19:56:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-16 19:56:37 +0000 |
commit | 1d3c7b41560ef0455c0a984499a3de0565de5cc6 (patch) | |
tree | 2c3894a5c589a10ab9d1f42535d42d42b106864d /math | |
parent | 01fcfcb852ca33fd206443a3abf730fcf2483a20 (diff) | |
download | ports-1d3c7b41560ef0455c0a984499a3de0565de5cc6.tar.gz ports-1d3c7b41560ef0455c0a984499a3de0565de5cc6.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/scigraphica/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile index 7a3a55f5fe69..0e67be687e34 100644 --- a/math/scigraphica/Makefile +++ b/math/scigraphica/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> -.if ${PYTHON_VERSION} == "python2.1" +.if ${PYTHON_VERSION} == "python2.0" || ${PYTHON_VERSION} == "python2.1" PYNUMERIC= ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/py-numeric .else PYNUMERIC= ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/py-numeric17 |