aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-10-09 01:16:33 +0800
committerbapt <bapt@FreeBSD.org>2014-10-09 01:16:33 +0800
commit45094ef8183ad797ba4b686c49137ad1d112c137 (patch)
tree7d557058b1dd326d9835064d4ac58120738c7d75 /databases
parent1086dde77f17cab0053a532c5367099b9107634e (diff)
downloadfreebsd-ports-gnome-45094ef8183ad797ba4b686c49137ad1d112c137.tar.gz
freebsd-ports-gnome-45094ef8183ad797ba4b686c49137ad1d112c137.tar.zst
freebsd-ports-gnome-45094ef8183ad797ba4b686c49137ad1d112c137.zip
Convert to USES=pgsql and USES=python
Diffstat (limited to 'databases')
-rw-r--r--databases/py-pyPgSQL/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-pyPgSQL/Makefile b/databases/py-pyPgSQL/Makefile
index 92e80c5378cc..76df2a55142c 100644
--- a/databases/py-pyPgSQL/Makefile
+++ b/databases/py-pyPgSQL/Makefile
@@ -13,9 +13,8 @@ COMMENT= Python DB-API 2 compliant library for using PostgreSQL databases
RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
-USE_PGSQL= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
+USES= pgsql python
+USE_PYTHON= distutils
DOCS= Announce ChangeLog README README.html
EXAMPLES= examples/*.py