diff options
author | rene <rene@FreeBSD.org> | 2014-01-14 05:00:02 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-01-14 05:00:02 +0800 |
commit | d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99 (patch) | |
tree | 15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /astro | |
parent | 0c77840ce77e9be1c328ea8862f0987d9efb7d8a (diff) | |
download | freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.tar.gz freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.tar.zst freebsd-ports-gnome-d738d5587ccf4b7f0ecd6b4ab8e1105dd9d20a99.zip |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/astrometry/Makefile | 2 | ||||
-rw-r--r-- | astro/py-metar/Makefile | 2 | ||||
-rw-r--r-- | astro/pyephem/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile index f4b16c72094b..0ac6c5954641 100644 --- a/astro/astrometry/Makefile +++ b/astro/astrometry/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy NO_STAGE= yes USES= gmake pkgconfig -USE_PYTHON= 2.5+ +USE_PYTHON= yes ALL_TARGET= all extra MAKE_ENV= INSTALL_DIR=${PREFIX}/astrometry MAKE_JOBS_UNSAFE= yes diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile index 0b2cf290932a..336a85654a75 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-metar/Makefile @@ -20,7 +20,7 @@ OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options PYDISTUTILS_PKGNAME= ${REALPORTNAME} USE_PYDISTUTILS=yes -USE_PYTHON= -2.7 +USE_PYTHON= 2 PLIST_FILES= bin/${REALPORTNAME} \ %%PYTHON_SITELIBDIR%%/${REALPORTNAME}.py \ 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> |