diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-18 13:14:56 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-18 13:14:56 +0000 |
commit | afc56af08e3d12ee796cbbf8cc6b4b088b0d46f8 (patch) | |
tree | 646c00e5c1d8c67681bc96872e142b40bb04defe /math/scigraphica | |
parent | 45e4aaf853dced883e9757fb1b9ff8cf08fcd6b5 (diff) | |
download | FreeBSD-ports-afc56af08e3d12ee796cbbf8cc6b4b088b0d46f8.zip FreeBSD-ports-afc56af08e3d12ee796cbbf8cc6b4b088b0d46f8.tar.gz |
Use USE_PYTHON. This should fix bento builds.
Diffstat (limited to 'math/scigraphica')
-rw-r--r-- | math/scigraphica/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile index 917f6d8..ab97913 100644 --- a/math/scigraphica/Makefile +++ b/math/scigraphica/Makefile @@ -13,16 +13,15 @@ DISTNAME= sg-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= python:${PORTSDIR}/lang/python15 \ - ${LOCALBASE}/include/python1.5/Numeric/arrayobject.h:${PORTSDIR}/math/numpy +BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/numpy LIB_DEPENDS= gtkextra.10:${PORTSDIR}/x11-toolkits/gtkextra \ xml.5:${PORTSDIR}/textproc/libxml -RUN_DEPENDS= python:${PORTSDIR}/lang/python15 \ - ${LOCALBASE}/include/python1.5/Numeric/arrayobject.h:${PORTSDIR}/math/numpy +RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/Numeric/arrayobject.h:${PORTSDIR}/math/numpy USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes +USE_PYTHON= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |