svn commit: r363716 - head/devel/py-twistedRunner
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 1 16:18:19 UTC 2014
Author: sunpoet
Date: Fri Aug 1 16:18:18 2014
New Revision: 363716
URL: http://svnweb.freebsd.org/changeset/ports/363716
QAT: https://qat.redports.org/buildarchive/r363716/
Log:
- Use USES=twisted
Modified:
head/devel/py-twistedRunner/Makefile
Modified: head/devel/py-twistedRunner/Makefile
==============================================================================
--- head/devel/py-twistedRunner/Makefile Fri Aug 1 16:14:07 2014 (r363715)
+++ head/devel/py-twistedRunner/Makefile Fri Aug 1 16:18:18 2014 (r363716)
@@ -14,12 +14,9 @@ COMMENT= Runner has process management,
LICENSE= MIT
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
-USES= tar:bzip2
+USES= tar:bzip2 twisted
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list