svn commit: r377736 - head/devel/py-foolscap

Antoine Brodin antoine at FreeBSD.org
Fri Jan 23 13:00:20 UTC 2015


Author: antoine
Date: Fri Jan 23 13:00:18 2015
New Revision: 377736
URL: https://svnweb.freebsd.org/changeset/ports/377736
QAT: https://qat.redports.org/buildarchive/r377736/

Log:
  Convert to USES=twisted

Modified:
  head/devel/py-foolscap/Makefile

Modified: head/devel/py-foolscap/Makefile
==============================================================================
--- head/devel/py-foolscap/Makefile	Fri Jan 23 12:37:56 2015	(r377735)
+++ head/devel/py-foolscap/Makefile	Fri Jan 23 13:00:18 2015	(r377736)
@@ -14,11 +14,10 @@ COMMENT=	RPC protocol for Twisted Python
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \
-		${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>=0.13:${PORTSDIR}/security/py-openssl
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		python
+USES=		python twisted
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list