svn commit: r363719 - head/net/py-twistedPair

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 1 16:18:34 UTC 2014


Author: sunpoet
Date: Fri Aug  1 16:18:33 2014
New Revision: 363719
URL: http://svnweb.freebsd.org/changeset/ports/363719
QAT: https://qat.redports.org/buildarchive/r363719/

Log:
  - Use USES=twisted

Modified:
  head/net/py-twistedPair/Makefile

Modified: head/net/py-twistedPair/Makefile
==============================================================================
--- head/net/py-twistedPair/Makefile	Fri Aug  1 16:18:28 2014	(r363718)
+++ head/net/py-twistedPair/Makefile	Fri Aug  1 16:18:33 2014	(r363719)
@@ -14,12 +14,9 @@ COMMENT=	Twisted Pair can do low level T
 
 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-head mailing list