diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-24 23:25:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-24 23:25:54 +0000 |
commit | 9992960752387703d799e84dd822eeb1b61bee99 (patch) | |
tree | 6f16fbcd8cee4c3d0b39424eaae52a1ec9a896c4 /astro/pyephem/Makefile | |
parent | 5d2451c2a63be7d650d669270ef65bb255f9f90f (diff) | |
download | ports-9992960752387703d799e84dd822eeb1b61bee99.tar.gz ports-9992960752387703d799e84dd822eeb1b61bee99.zip |
Notes
Diffstat (limited to 'astro/pyephem/Makefile')
-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 dd16f5a58bca..808f678055a2 100644 --- a/astro/pyephem/Makefile +++ b/astro/pyephem/Makefile @@ -7,6 +7,7 @@ PORTNAME= pyephem PORTVERSION= 3.7.4.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= astro math hamradio MASTER_SITES= CHEESESHOP @@ -14,7 +15,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= wen@FreeBSD.org COMMENT= Scientific-grade astronomical computations for Python -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes .include <bsd.port.mk> |