diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 21:10:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 21:10:33 +0000 |
commit | 6b208eade02c93e38aa5427ea6326512fe4c27b8 (patch) | |
tree | c30be482300b76f1decf1df16497aaea3abfdb86 /science/py-hcluster/Makefile | |
parent | 16adb49d70d9004b251e17c6fd86228d1ce9c6e8 (diff) |
Notes
Diffstat (limited to 'science/py-hcluster/Makefile')
-rw-r--r-- | science/py-hcluster/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/py-hcluster/Makefile b/science/py-hcluster/Makefile index fb5236dabc53..9dea17e61589 100644 --- a/science/py-hcluster/Makefile +++ b/science/py-hcluster/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hcluster -PORTVERSION= 0.1.9 +PORTVERSION= 0.2.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com COMMENT= A Hierarchical Clustering Package For Scipy -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes |