From 3a3c6f9e92ae3dace78ffad6310b845a11c98941 Mon Sep 17 00:00:00 2001 From: lwhsu Date: Wed, 25 Aug 2010 06:30:05 +0000 Subject: - Extend USE_PYTHON range (connect Python 2.7) PR: ports/149953 Submitted by: Sunpoet Po-Chuan Hsieh (maintainer) --- astro/py-metar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro/py-metar') 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 \ -- cgit