svn commit: r363724 - head/www/py-twistedWeb

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


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

Log:
  - Use USES=twisted

Modified:
  head/www/py-twistedWeb/Makefile

Modified: head/www/py-twistedWeb/Makefile
==============================================================================
--- head/www/py-twistedWeb/Makefile	Fri Aug  1 16:18:51 2014	(r363723)
+++ head/www/py-twistedWeb/Makefile	Fri Aug  1 16:18:56 2014	(r363724)
@@ -14,12 +14,9 @@ COMMENT=	HTTP protocol implementation to
 
 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