diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-08-25 14:30:05 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-08-25 14:30:05 +0800 |
commit | 3a3c6f9e92ae3dace78ffad6310b845a11c98941 (patch) | |
tree | 659fb8877c3824fe3333793397b01a9dbd635520 /astro | |
parent | c838d543503639c4b65efb4e5010e7f98c0148f5 (diff) | |
download | freebsd-ports-gnome-3a3c6f9e92ae3dace78ffad6310b845a11c98941.tar.gz freebsd-ports-gnome-3a3c6f9e92ae3dace78ffad6310b845a11c98941.tar.zst freebsd-ports-gnome-3a3c6f9e92ae3dace78ffad6310b845a11c98941.zip |
- Extend USE_PYTHON range (connect Python 2.7)
PR: ports/149953
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-metar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/py-metar/Makefile b/astro/py-metar/Makefile index b89339433b61..e48500e7c73c 100644 --- a/astro/py-metar/Makefile +++ b/astro/py-metar/Makefile @@ -19,7 +19,7 @@ COMMENT= Python module that provides access to NOAA's METAR weather reports DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PYDISTUTILS_PKGNAME= ${REALPORTNAME} USE_PYDISTUTILS= yes -USE_PYTHON= -2.6 +USE_PYTHON= -2.7 PLIST_FILES= bin/${REALPORTNAME} \ %%PYTHON_SITELIBDIR%%/${REALPORTNAME}.py \ |