aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-10-09 01:14:51 +0800
committerbapt <bapt@FreeBSD.org>2014-10-09 01:14:51 +0800
commit462d4cbffaff1ecc89f8a6fc18f864a7ba527d63 (patch)
tree166ebade98e6928b689519c8b3414cbe5c257f05 /databases
parentaae2a8033cb7bb88123d4c9e8eb6a9496f59f1f1 (diff)
downloadfreebsd-ports-graphics-462d4cbffaff1ecc89f8a6fc18f864a7ba527d63.tar.gz
freebsd-ports-graphics-462d4cbffaff1ecc89f8a6fc18f864a7ba527d63.tar.zst
freebsd-ports-graphics-462d4cbffaff1ecc89f8a6fc18f864a7ba527d63.zip
Convert USES=pgsql and USES=python:3
Diffstat (limited to 'databases')
-rw-r--r--databases/py-postgresql/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index c87b246b97a..9fe54160abe 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -15,10 +15,7 @@ COMMENT= Python 3 compatible PostgreSQL database driver and tools
LICENSE= BSD3CLAUSE
-USES= zip
-USE_PGSQL= yes
-USE_PYTHON= 3
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= zip pgsql python:3
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>