[Midnightbsd-cvs] mports [20320] trunk/databases/py-psycopg2/Makefile: partial fix

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 27 18:12:04 EDT 2015


Revision: 20320
          http://svnweb.midnightbsd.org/mports/?rev=20320
Author:   laffer1
Date:     2015-09-27 18:12:03 -0400 (Sun, 27 Sep 2015)
Log Message:
-----------
partial fix

Modified Paths:
--------------
    trunk/databases/py-psycopg2/Makefile

Modified: trunk/databases/py-psycopg2/Makefile
===================================================================
--- trunk/databases/py-psycopg2/Makefile	2015-09-27 18:53:58 UTC (rev 20319)
+++ trunk/databases/py-psycopg2/Makefile	2015-09-27 22:12:03 UTC (rev 20320)
@@ -13,10 +13,8 @@
 LICENSE=	lgpl3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_PGSQL=		yes
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python pgsql
+USE_PYTHON=		distutils autoplist concurrent
 
 DOCSDIR=	${PREFIX}/share/doc/py-psycopg2
 EXAMPLESDIR=	${PREFIX}/share/examples/py-psycopg2



More information about the Midnightbsd-cvs mailing list