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-DendroPy | |
parent | - Convert ports of news/ and print/ to new USES=python (diff) |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371453
Diffstat (limited to 'science/py-DendroPy')
-rw-r--r-- | science/py-DendroPy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-DendroPy/Makefile b/science/py-DendroPy/Makefile index 95f32d3909ee..52f9aeffe927 100644 --- a/science/py-DendroPy/Makefile +++ b/science/py-DendroPy/Makefile @@ -13,8 +13,8 @@ COMMENT= Phylogenetic computing library LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USES= python +USE_PYTHON= distutils post-install: @${CAT} ${PKGMESSAGE} |