diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:14:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:14:51 +0000 |
commit | e68176c3109ec02765f0765e63956168d6aa6307 (patch) | |
tree | 166ebade98e6928b689519c8b3414cbe5c257f05 /databases | |
parent | c889167e31e88421e01f8678c8c3388fb21abbca (diff) | |
download | ports-e68176c3109ec02765f0765e63956168d6aa6307.tar.gz ports-e68176c3109ec02765f0765e63956168d6aa6307.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-postgresql/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index c87b246b97af..9fe54160abe5 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> |