diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-01 16:18:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-01 16:18:46 +0000 |
commit | 5a2a01b36540dd81c9f4dd64319d221edecaf0ab (patch) | |
tree | a594ac7818190d166759288154d04058fcbb6aa1 /security | |
parent | f57dca320b2adcf687dde6017c3a46de6df98c47 (diff) | |
download | ports-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/Makefile | 6 |
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> |