aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pyPgSQL
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-08 17:16:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-08 17:16:33 +0000
commitd72235df58275cc4e1f6b1d6e31b1a8ea64ed2de (patch)
tree7d557058b1dd326d9835064d4ac58120738c7d75 /databases/py-pyPgSQL
parent6ec4780fb7f7b15618efe9207369e123f9824311 (diff)
downloadports-d72235df58275cc4e1f6b1d6e31b1a8ea64ed2de.tar.gz
ports-d72235df58275cc4e1f6b1d6e31b1a8ea64ed2de.zip
Notes
Diffstat (limited to 'databases/py-pyPgSQL')
-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