svn commit: r371104 - head/www/py-amf

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Oct 18 09:38:36 UTC 2014


Author: rm
Date: Sat Oct 18 09:38:35 2014
New Revision: 371104
URL: https://svnweb.freebsd.org/changeset/ports/371104
QAT: https://qat.redports.org/buildarchive/r371104/

Log:
  www/py-amf: convert to USES=python
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/py-amf/Makefile

Modified: head/www/py-amf/Makefile
==============================================================================
--- head/www/py-amf/Makefile	Sat Oct 18 09:28:51 2014	(r371103)
+++ head/www/py-amf/Makefile	Sat Oct 18 09:38:35 2014	(r371104)
@@ -13,8 +13,7 @@ COMMENT=	AMF support for Python
 
 LICENSE=	MIT
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list