svn commit: r370467 - head/databases/py-psycopg
Baptiste Daroussin
bapt at FreeBSD.org
Wed Oct 8 17:15:38 UTC 2014
Author: bapt
Date: Wed Oct 8 17:15:37 2014
New Revision: 370467
URL: https://svnweb.freebsd.org/changeset/ports/370467
QAT: https://qat.redports.org/buildarchive/r370467/
Log:
Convert to USES=pgsql USES=python
Modified:
head/databases/py-psycopg/Makefile
Modified: head/databases/py-psycopg/Makefile
==============================================================================
--- head/databases/py-psycopg/Makefile Wed Oct 8 17:14:51 2014 (r370466)
+++ head/databases/py-psycopg/Makefile Wed Oct 8 17:15:37 2014 (r370467)
@@ -15,9 +15,7 @@ COMMENT= High performance Python adapter
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
More information about the svn-ports-head
mailing list