Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2015 13:00:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377736 - head/devel/py-foolscap
Message-ID:  <201501231300.t0ND0Jad062409@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501231300.t0ND0Jad062409>