svn commit: r368656 - head/devel/py-robotframework

William Grzybowski wg at FreeBSD.org
Sat Sep 20 16:06:07 UTC 2014


Author: wg
Date: Sat Sep 20 16:06:06 2014
New Revision: 368656
URL: http://svnweb.freebsd.org/changeset/ports/368656
QAT: https://qat.redports.org/buildarchive/r368656/

Log:
  devel/py-robotframework: USES python
  
  PR:		193783
  Submitted by:	maintainer

Modified:
  head/devel/py-robotframework/Makefile

Modified: head/devel/py-robotframework/Makefile
==============================================================================
--- head/devel/py-robotframework/Makefile	Sat Sep 20 16:03:38 2014	(r368655)
+++ head/devel/py-robotframework/Makefile	Sat Sep 20 16:06:06 2014	(r368656)
@@ -12,8 +12,7 @@ COMMENT=	Generic test automation framewo
 
 LICENSE=	APACHE20
 
-USE_PYTHON=		2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list