diff options
Diffstat (limited to 'astro/pyephem/Makefile')
-rw-r--r-- | astro/pyephem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/pyephem/Makefile b/astro/pyephem/Makefile index 5bfa3e32c064..d8dcd95d1f5b 100644 --- a/astro/pyephem/Makefile +++ b/astro/pyephem/Makefile @@ -11,7 +11,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Scientific-grade astronomical computations for Python NO_STAGE= yes -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes .include <bsd.port.mk> |