diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:16:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:16:33 +0000 |
commit | d72235df58275cc4e1f6b1d6e31b1a8ea64ed2de (patch) | |
tree | 7d557058b1dd326d9835064d4ac58120738c7d75 /databases/py-pyPgSQL | |
parent | 6ec4780fb7f7b15618efe9207369e123f9824311 (diff) |
Convert to USES=pgsql and USES=python
Notes
Notes:
svn path=/head/; revision=370468
Diffstat (limited to 'databases/py-pyPgSQL')
-rw-r--r-- | databases/py-pyPgSQL/Makefile | 5 |
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 |