diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-06-07 11:12:24 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-06-07 11:12:24 +0000 |
commit | 5cec05d8685e24eddf9cc72d59d7332502e4222c (patch) | |
tree | 76eba428d9d94fd63a45ed51fc49922aaf00ca77 /math | |
parent | 67f040636b8b986a54e9587303229b8c3ae9fde7 (diff) | |
download | ports-5cec05d8685e24eddf9cc72d59d7332502e4222c.tar.gz ports-5cec05d8685e24eddf9cc72d59d7332502e4222c.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-graphtool/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/py-graphtool/Makefile b/math/py-graphtool/Makefile index 5743e664a107..790ef63b8fb1 100644 --- a/math/py-graphtool/Makefile +++ b/math/py-graphtool/Makefile @@ -15,7 +15,8 @@ MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= Python module for complex network based on C++ BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib + ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.90.1:${PORTSDIR}/math/py-matplotlib \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:${PORTSDIR}/science/py-scipy LIB_DEPENDS= boost_python.4:${PORTSDIR}/devel/boost-python-libs \ boost_graph.4:${PORTSDIR}/devel/boost-libs \ CGAL.5:${PORTSDIR}/math/cgal @@ -26,4 +27,6 @@ USE_GMAKE= yes USE_PYTHON= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= PYTHON_VERSION=${PYTHON_VER} + .include <bsd.port.mk> |