diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-06-26 14:27:46 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-06-26 14:27:46 +0000 |
commit | 69947e4a87714c5e13c67010c16ef944e8b03a91 (patch) | |
tree | 34e0a47af587fb8a6817c9c813efabf96278bf02 /science/py-hcluster/Makefile | |
parent | 287fc13c23c0364aed3073b08ab6f05844f1c348 (diff) | |
download | ports-69947e4a87714c5e13c67010c16ef944e8b03a91.tar.gz ports-69947e4a87714c5e13c67010c16ef944e8b03a91.zip |
Notes
Diffstat (limited to 'science/py-hcluster/Makefile')
-rw-r--r-- | science/py-hcluster/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-hcluster/Makefile b/science/py-hcluster/Makefile index db96cc3be9d4..657373cfd00b 100644 --- a/science/py-hcluster/Makefile +++ b/science/py-hcluster/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wenheping@gmail.com -COMMENT= A Hierarchical Clustering Package For Scipy +COMMENT= Hierarchical Clustering Package For Scipy BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib @@ -17,6 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |