svn commit: r364923 - head/www/py-cssutils

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 15 03:02:52 UTC 2014


Author: sunpoet
Date: Fri Aug 15 03:02:51 2014
New Revision: 364923
URL: http://svnweb.freebsd.org/changeset/ports/364923
QAT: https://qat.redports.org/buildarchive/r364923/

Log:
  - Use USES=python

Modified:
  head/www/py-cssutils/Makefile

Modified: head/www/py-cssutils/Makefile
==============================================================================
--- head/www/py-cssutils/Makefile	Fri Aug 15 03:02:45 2014	(r364922)
+++ head/www/py-cssutils/Makefile	Fri Aug 15 03:02:51 2014	(r364923)
@@ -17,10 +17,8 @@ LICENSE=	LGPL3
 OPTIONS_DEFINE=	EXAMPLES
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	yes
-USES=		zip
+PYTHON_FEATURES=autoplist,distutils
+USES=		python zip
 
 EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
 PORTEXAMPLES=	*


More information about the svn-ports-all mailing list