svn commit: r369810 - head/devel/py-parsing

Jimmy Olgeni olgeni at FreeBSD.org
Thu Oct 2 11:09:35 UTC 2014


Author: olgeni
Date: Thu Oct  2 11:09:34 2014
New Revision: 369810
URL: https://svnweb.freebsd.org/changeset/ports/369810
QAT: https://qat.redports.org/buildarchive/r369810/

Log:
  Convert to USES=python.
  
  Approved by:	portmgr (implicit)

Modified:
  head/devel/py-parsing/Makefile

Modified: head/devel/py-parsing/Makefile
==============================================================================
--- head/devel/py-parsing/Makefile	Thu Oct  2 10:58:17 2014	(r369809)
+++ head/devel/py-parsing/Makefile	Thu Oct  2 11:09:34 2014	(r369810)
@@ -13,8 +13,7 @@ COMMENT=	General parsing module for Pyth
 
 LICENSE=	MIT
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list