diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:50:42 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:50:42 +0800 |
commit | ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d (patch) | |
tree | 13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/py-twistedConch/Makefile | |
parent | 74a3c07b695eef5aba924290f7d537c710b1233e (diff) | |
download | freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.tar.gz freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.tar.zst freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.zip |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'security/py-twistedConch/Makefile')
-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 c3ac4b8eca0a..cb69bed237fb 100644 --- a/security/py-twistedConch/Makefile +++ b/security/py-twistedConch/Makefile @@ -16,9 +16,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes -USES= tar:bzip2 twisted +USE_PYTHON= distutils autoplist +USES= python:2 tar:bzip2 twisted .include <bsd.port.mk> |