diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-17 03:56:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-17 03:56:37 +0800 |
commit | d0b44f046585abac48d77c64088a7d6a437b1e28 (patch) | |
tree | 6dd010168dc9326e5bf159f898c7c4d9825f952d /math | |
parent | 75514b814b55d701ba631d32a7c6ad143d2c1665 (diff) | |
download | freebsd-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/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 |