aboutsummaryrefslogtreecommitdiff
path: root/databases/py-geoalchemy2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 03:43:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-15 03:43:54 +0000
commitec373bbc2fd6cb36b1cfe3397ccc7827b6b0919a (patch)
treec50745dbc3c182d808da06fcd377112d6f439041 /databases/py-geoalchemy2
parent4656494a6a9f43737de4abaff7aea1135a0fb24b (diff)
downloadports-ec373bbc2fd6cb36b1cfe3397ccc7827b6b0919a.tar.gz
ports-ec373bbc2fd6cb36b1cfe3397ccc7827b6b0919a.zip
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg
Notes
Notes: svn path=/head/; revision=364929
Diffstat (limited to 'databases/py-geoalchemy2')
-rw-r--r--databases/py-geoalchemy2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-geoalchemy2/Makefile b/databases/py-geoalchemy2/Makefile
index 2856ab62ef49..43b629442290 100644
--- a/databases/py-geoalchemy2/Makefile
+++ b/databases/py-geoalchemy2/Makefile
@@ -15,7 +15,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy08>=0.8:${PORTSDIR}/databases/py-sqlalchemy-devel
-PYTHON_FEATURES=autoplist,distutils
+USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>