diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:38:11 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:38:11 +0000 |
commit | 57f1865da832cd9d777a31b47df5288436112d6a (patch) | |
tree | d6e27a0d57616c7eccb2246962b90d385173b08f /biology/pycogent | |
parent | 715852b561960374f4893efaa2f34fe72c6bb1b2 (diff) |
Notes
Diffstat (limited to 'biology/pycogent')
-rw-r--r-- | biology/pycogent/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/biology/pycogent/Makefile b/biology/pycogent/Makefile index 576a2a4da6d6..4d4b6e57f877 100644 --- a/biology/pycogent/Makefile +++ b/biology/pycogent/Makefile @@ -20,9 +20,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.5:${PORTSDIR}/databases/py-sqlalchemy06 RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= cogent -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |