diff options
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 \ |