diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-18 07:49:17 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-18 07:49:17 +0000 |
commit | ba08f95fa0b148154bcaae46225b9f193128b7c0 (patch) | |
tree | aa620be369f59fba5519c752c5b05c57dbbffd60 /astro/pyephem | |
parent | cac42264aff6171d257db873d2fdd63fc653c704 (diff) | |
download | ports-ba08f95fa0b148154bcaae46225b9f193128b7c0.tar.gz ports-ba08f95fa0b148154bcaae46225b9f193128b7c0.zip |
Notes
Diffstat (limited to 'astro/pyephem')
-rw-r--r-- | astro/pyephem/Makefile | 5 |
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> |