summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-16 19:56:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-16 19:56:37 +0000
commit1d3c7b41560ef0455c0a984499a3de0565de5cc6 (patch)
tree2c3894a5c589a10ab9d1f42535d42d42b106864d /math
parentUpdate to 1.2.3. (diff)
Unbroke with python2.0.
Notes
Notes: svn path=/head/; revision=45175
Diffstat (limited to 'math')
-rw-r--r--math/scigraphica/Makefile2
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