aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-foolscap/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-foolscap/Makefile b/devel/py-foolscap/Makefile
index b24d69f6e35c..a966fc4405b0 100644
--- a/devel/py-foolscap/Makefile
+++ b/devel/py-foolscap/Makefile
@@ -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>