[Midnightbsd-cvs] mports [21088] trunk/databases/py-MySQLdb/Makefile: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 10 19:28:18 EST 2016


Revision: 21088
          http://svnweb.midnightbsd.org/mports/?rev=21088
Author:   laffer1
Date:     2016-03-10 19:28:17 -0500 (Thu, 10 Mar 2016)
Log Message:
-----------
fix build

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

Modified: trunk/databases/py-MySQLdb/Makefile
===================================================================
--- trunk/databases/py-MySQLdb/Makefile	2016-03-11 00:23:48 UTC (rev 21087)
+++ trunk/databases/py-MySQLdb/Makefile	2016-03-11 00:28:17 UTC (rev 21088)
@@ -13,8 +13,8 @@
 
 LICENSE=	gpl2
 
-USE_PYTHON=		2
-USE_PYDISTUTILS=	yes
+USES=		python:2
+USE_PYTHON=	distutils autoplist
 PYDISTUTILS_AUTOPLIST=	yes
 USE_MYSQL=		yes
 



More information about the Midnightbsd-cvs mailing list