diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
commit | 742321c70870f8339d0ac558f88a918b77b56096 (patch) | |
tree | 13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /science/py-hcluster | |
parent | d45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff) |
Notes
Diffstat (limited to 'science/py-hcluster')
-rw-r--r-- | science/py-hcluster/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/py-hcluster/Makefile b/science/py-hcluster/Makefile index de3923e7fab8..5ac1166b4a3b 100644 --- a/science/py-hcluster/Makefile +++ b/science/py-hcluster/Makefile @@ -15,8 +15,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |