diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-02 00:18:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-02 00:18:23 +0800 |
commit | 928156172e8ecaad617a840258bee34458c5bf79 (patch) | |
tree | 435bb0405f7a7eae5c6dcb69bb129896b1d51cee /dns/py-twistedNames | |
parent | 2be1e37a02feb6ccdc05a2eb9ac89be4b13a3ec9 (diff) | |
download | freebsd-ports-gnome-928156172e8ecaad617a840258bee34458c5bf79.tar.gz freebsd-ports-gnome-928156172e8ecaad617a840258bee34458c5bf79.tar.zst freebsd-ports-gnome-928156172e8ecaad617a840258bee34458c5bf79.zip |
- Use USES=twisted
Diffstat (limited to 'dns/py-twistedNames')
-rw-r--r-- | dns/py-twistedNames/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dns/py-twistedNames/Makefile b/dns/py-twistedNames/Makefile index 3d7ab6706c1a..68f776c639e3 100644 --- a/dns/py-twistedNames/Makefile +++ b/dns/py-twistedNames/Makefile @@ -14,12 +14,9 @@ COMMENT= DNS protocol implementation with client and server LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS:= ${BUILD_DEPENDS} - USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes -USES= tar:bzip2 +USES= tar:bzip2 twisted .include <bsd.port.mk> |