[Midnightbsd-cvs] mports [20600] trunk/www/moinmoin/Makefile: fix moinmoin after python build changes

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 31 15:23:56 EDT 2015


Revision: 20600
          http://svnweb.midnightbsd.org/mports/?rev=20600
Author:   laffer1
Date:     2015-10-31 15:23:56 -0400 (Sat, 31 Oct 2015)
Log Message:
-----------
fix moinmoin after python build changes

Modified Paths:
--------------
    trunk/www/moinmoin/Makefile

Modified: trunk/www/moinmoin/Makefile
===================================================================
--- trunk/www/moinmoin/Makefile	2015-10-31 19:16:55 UTC (rev 20599)
+++ trunk/www/moinmoin/Makefile	2015-10-31 19:23:56 UTC (rev 20600)
@@ -13,8 +13,9 @@
 LICENSE=	gpl2
 LICENSE_FILE=	${WRKSRC}/docs/licenses/COPYING
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
+USES=		cpe python
+CPE_VENDOR=	moinmo
+USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=	moin
 
 PLIST_SUB+=	PYTHON_SITELIB=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||} \



More information about the Midnightbsd-cvs mailing list