summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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