diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 05:47:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 05:47:10 +0000 |
commit | 5fd56ca7af1870762b14ef442f72fbf0d8b554b4 (patch) | |
tree | d3a8eafddc96066454339930d138f63dc3b952bc /astro/pyephem | |
parent | e016b33fefec5542ea88dfa3ea909dfffdfc6a54 (diff) | |
download | ports-5fd56ca7af1870762b14ef442f72fbf0d8b554b4.tar.gz ports-5fd56ca7af1870762b14ef442f72fbf0d8b554b4.zip |
Notes
Diffstat (limited to 'astro/pyephem')
-rw-r--r-- | astro/pyephem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/pyephem/Makefile b/astro/pyephem/Makefile index d8dcd95d1f5b..57a792578cb6 100644 --- a/astro/pyephem/Makefile +++ b/astro/pyephem/Makefile @@ -3,6 +3,7 @@ PORTNAME= pyephem PORTVERSION= 3.7.5.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= astro math hamradio MASTER_SITES= CHEESESHOP @@ -10,8 +11,8 @@ MASTER_SITES= CHEESESHOP MAINTAINER= wen@FreeBSD.org COMMENT= Scientific-grade astronomical computations for Python -NO_STAGE= yes USE_PYTHON= 2 USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes .include <bsd.port.mk> |