diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:15:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 17:15:37 +0000 |
commit | 6ec4780fb7f7b15618efe9207369e123f9824311 (patch) | |
tree | c9c14c289da6f733ef96fbe4efcdb73f5b765209 /databases | |
parent | e68176c3109ec02765f0765e63956168d6aa6307 (diff) | |
download | ports-6ec4780fb7f7b15618efe9207369e123f9824311.tar.gz ports-6ec4780fb7f7b15618efe9207369e123f9824311.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-psycopg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile index 9bc7cbf0b3aa..d4316b814936 100644 --- a/databases/py-psycopg/Makefile +++ b/databases/py-psycopg/Makefile @@ -15,9 +15,7 @@ COMMENT= High performance Python adapter for PostgreSQL RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base BUILD_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base -USE_PGSQL= yes -USES= gmake -USE_PYTHON= yes +USES= gmake pgsql python GNU_CONFIGURE= yes ALL_TARGET= sharedmods |