diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-09 01:15:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-09 01:15:37 +0800 |
commit | 1086dde77f17cab0053a532c5367099b9107634e (patch) | |
tree | c9c14c289da6f733ef96fbe4efcdb73f5b765209 /databases | |
parent | 462d4cbffaff1ecc89f8a6fc18f864a7ba527d63 (diff) | |
download | freebsd-ports-gnome-1086dde77f17cab0053a532c5367099b9107634e.tar.gz freebsd-ports-gnome-1086dde77f17cab0053a532c5367099b9107634e.tar.zst freebsd-ports-gnome-1086dde77f17cab0053a532c5367099b9107634e.zip |
Convert to USES=pgsql USES=python
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 |