aboutsummaryrefslogtreecommitdiff
path: root/math/scigraphica
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-07-15 11:37:35 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-07-15 11:37:35 +0000
commitb7ae6bf01ca5fab869272f6fd1450a394a1677ff (patch)
tree11b24b96bb495135b5653482b8e82cf768508bce /math/scigraphica
parent759a8b35fc5bde2be08727b55191e5e913b3d0f7 (diff)
downloadports-b7ae6bf01ca5fab869272f6fd1450a394a1677ff.tar.gz
ports-b7ae6bf01ca5fab869272f6fd1450a394a1677ff.zip
Use $PYNUMERIC in the dependencies.
Notes
Notes: svn path=/head/; revision=62985
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 fdf443734238..96bc95b2ef9e 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>