diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-07-15 11:37:35 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-07-15 11:37:35 +0000 |
commit | b7ae6bf01ca5fab869272f6fd1450a394a1677ff (patch) | |
tree | 11b24b96bb495135b5653482b8e82cf768508bce /math/scigraphica | |
parent | 759a8b35fc5bde2be08727b55191e5e913b3d0f7 (diff) | |
download | ports-b7ae6bf01ca5fab869272f6fd1450a394a1677ff.tar.gz ports-b7ae6bf01ca5fab869272f6fd1450a394a1677ff.zip |
Notes
Diffstat (limited to 'math/scigraphica')
-rw-r--r-- | math/scigraphica/Makefile | 10 |
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> |