diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-09 01:16:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-09 01:16:33 +0800 |
commit | 45094ef8183ad797ba4b686c49137ad1d112c137 (patch) | |
tree | 7d557058b1dd326d9835064d4ac58120738c7d75 /databases | |
parent | 1086dde77f17cab0053a532c5367099b9107634e (diff) | |
download | freebsd-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/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 |