aboutsummaryrefslogtreecommitdiff
path: root/science/py-hcluster/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-01-23 15:21:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-01-23 15:21:52 +0000
commit9436ce76acd75680d988287bae48eed9d3f12bf1 (patch)
treea4c4988bd5d9a68d0f6733cf02c36ab3106e8012 /science/py-hcluster/Makefile
parent152f7a6ad15a2e245d74832558e8fe81c9a6f5b5 (diff)
downloadports-9436ce76acd75680d988287bae48eed9d3f12bf1.tar.gz
ports-9436ce76acd75680d988287bae48eed9d3f12bf1.zip
Canonicalize some dependencies on numpy
Notes
Notes: svn path=/head/; revision=377743
Diffstat (limited to 'science/py-hcluster/Makefile')
-rw-r--r--science/py-hcluster/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-hcluster/Makefile b/science/py-hcluster/Makefile
index 5ac1166b4a3b..31920625ce38 100644
--- a/science/py-hcluster/Makefile
+++ b/science/py-hcluster/Makefile
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Hierarchical Clustering Package For Scipy
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \
+BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib
RUN_DEPENDS:= ${BUILD_DEPENDS}