summaryrefslogtreecommitdiffstats
path: root/math/scigraphica
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2002-07-15 11:37:35 +0000
committertg <tg@FreeBSD.org>2002-07-15 11:37:35 +0000
commit30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3 (patch)
tree2ddc11cb0d2b59ccd8eeb832d551757d59234c8f /math/scigraphica
parent43fcff6edce8c91fea8769328f4ee16e0815ab04 (diff)
downloadFreeBSD-ports-30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3.zip
FreeBSD-ports-30bceeea4c4f7dbee3712c9a1ebd333f7f3b2cc3.tar.gz
Use $PYNUMERIC in the dependencies.
Diffstat (limited to 'math/scigraphica')
-rw-r--r--math/scigraphica/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile
index fdf4437..96bc95b 100644
--- a/math/scigraphica/Makefile
+++ b/math/scigraphica/Makefile
@@ -29,14 +29,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
-.include <bsd.port.pre.mk>
-
-.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
-.endif
-
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@@ -48,4 +40,4 @@ post-install:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/share/gnome/scigraphica
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/share/gnome/scigraphica
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud