diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-25 06:30:05 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-25 06:30:05 +0000 |
commit | c35386fc6137e058e470049b949f1d9bca50cd55 (patch) | |
tree | 2e33342e7cc6a95de55ee5d5fdd05bfde1fde7a2 /astro | |
parent | cb5db6d7ba3d498a854a46dedaece07e7450b537 (diff) |
Notes
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 \ |