aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-08-15 11:00:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-08-15 11:00:16 +0800
commiteda579033cea5c3e15c2789aeef17d5dd3114c66 (patch)
treed42d4d9c84c9d87ba810f7be9afd37c8d9164d55 /databases
parent9480932733c0af9b942df9c7dee14a98f1f24ec8 (diff)
downloadfreebsd-ports-gnome-eda579033cea5c3e15c2789aeef17d5dd3114c66.tar.gz
freebsd-ports-gnome-eda579033cea5c3e15c2789aeef17d5dd3114c66.tar.zst
freebsd-ports-gnome-eda579033cea5c3e15c2789aeef17d5dd3114c66.zip
- Use USES=python
Diffstat (limited to 'databases')
-rw-r--r--databases/py-geoalchemy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-geoalchemy/Makefile b/databases/py-geoalchemy/Makefile
index 1b124b5f8afe..cbc225331d08 100644
--- a/databases/py-geoalchemy/Makefile
+++ b/databases/py-geoalchemy/Makefile
@@ -15,8 +15,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.6.1:${PORTSDIR}/databases/py-sqlalchemy
-USE_PYTHON= 2
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST= yes
+PYTHON_FEATURES=autoplist,distutils
+USES= python:2
.include <bsd.port.mk>