aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-01 16:18:46 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-01 16:18:46 +0000
commit5a2a01b36540dd81c9f4dd64319d221edecaf0ab (patch)
treea594ac7818190d166759288154d04058fcbb6aa1 /security
parentf57dca320b2adcf687dde6017c3a46de6df98c47 (diff)
downloadports-5a2a01b36540dd81c9f4dd64319d221edecaf0ab.tar.gz
ports-5a2a01b36540dd81c9f4dd64319d221edecaf0ab.zip
- Use USES=twisted
Notes
Notes: svn path=/head/; revision=363722
Diffstat (limited to 'security')
-rw-r--r--security/py-twistedConch/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/security/py-twistedConch/Makefile b/security/py-twistedConch/Makefile
index 0310777778f8..c3ac4b8eca0a 100644
--- a/security/py-twistedConch/Makefile
+++ b/security/py-twistedConch/Makefile
@@ -14,13 +14,11 @@ COMMENT= SSH and SFTP protocol implementation with clients and servers
LICENSE= MIT
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 \
- ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1
USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
-USES= tar:bzip2
+USES= tar:bzip2 twisted
.include <bsd.port.mk>