diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-02 00:18:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-02 00:18:37 +0800 |
commit | 83ba466f87dfcc162f146889a104c269412f4959 (patch) | |
tree | b669fd975cb3fdda7f265a98ae62687ac2a29686 /net-im | |
parent | bcaf918171f8e91f614c3421d422680f32424d6b (diff) | |
download | freebsd-ports-gnome-83ba466f87dfcc162f146889a104c269412f4959.tar.gz freebsd-ports-gnome-83ba466f87dfcc162f146889a104c269412f4959.tar.zst freebsd-ports-gnome-83ba466f87dfcc162f146889a104c269412f4959.zip |
- Use USES=twisted
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/py-twistedWords/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-im/py-twistedWords/Makefile b/net-im/py-twistedWords/Makefile index 1c3e0b0297bd..8ff835c3a122 100644 --- a/net-im/py-twistedWords/Makefile +++ b/net-im/py-twistedWords/Makefile @@ -14,12 +14,9 @@ COMMENT= Twisted Words has more chat than you can handle 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> |