aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-17 03:56:37 +0800
committersobomax <sobomax@FreeBSD.org>2001-07-17 03:56:37 +0800
commitd0b44f046585abac48d77c64088a7d6a437b1e28 (patch)
tree6dd010168dc9326e5bf159f898c7c4d9825f952d /math
parent75514b814b55d701ba631d32a7c6ad143d2c1665 (diff)
downloadfreebsd-ports-gnome-d0b44f046585abac48d77c64088a7d6a437b1e28.tar.gz
freebsd-ports-gnome-d0b44f046585abac48d77c64088a7d6a437b1e28.tar.zst
freebsd-ports-gnome-d0b44f046585abac48d77c64088a7d6a437b1e28.zip
Unbroke with python2.0.
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