aboutsummaryrefslogtreecommitdiff
path: root/astro/pyephem
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-18 07:49:17 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-18 07:49:17 +0000
commitba08f95fa0b148154bcaae46225b9f193128b7c0 (patch)
treeaa620be369f59fba5519c752c5b05c57dbbffd60 /astro/pyephem
parentcac42264aff6171d257db873d2fdd63fc653c704 (diff)
downloadports-ba08f95fa0b148154bcaae46225b9f193128b7c0.tar.gz
ports-ba08f95fa0b148154bcaae46225b9f193128b7c0.zip
Notes
Diffstat (limited to 'astro/pyephem')
-rw-r--r--astro/pyephem/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/pyephem/Makefile b/astro/pyephem/Makefile
index 5f56990264e2..a8597dac0d9b 100644
--- a/astro/pyephem/Makefile
+++ b/astro/pyephem/Makefile
@@ -10,8 +10,7 @@ MASTER_SITES= CHEESESHOP
MAINTAINER= wen@FreeBSD.org
COMMENT= Scientific-grade astronomical computations for Python
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>