aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/py-nbxmpp
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2015-07-27 14:55:33 +0800
committerrm <rm@FreeBSD.org>2015-07-27 14:55:33 +0800
commit09f8753075a344e44d012402c13caeac03f07e89 (patch)
treeac100f62f9730d96150e8015e34300425a66eb5a /net-im/py-nbxmpp
parenteb669cad5bdcc29acff17f7b09dec90b940d8db4 (diff)
downloadfreebsd-ports-gnome-09f8753075a344e44d012402c13caeac03f07e89.tar.gz
freebsd-ports-gnome-09f8753075a344e44d012402c13caeac03f07e89.tar.zst
freebsd-ports-gnome-09f8753075a344e44d012402c13caeac03f07e89.zip
net-im/py-nbxmpp: remove dependency on twisted
Remove dependency on twisted, because it is not used anymore and let it build with python3 after that. Bump PORTREVISION to chase dependency change
Diffstat (limited to 'net-im/py-nbxmpp')
-rw-r--r--net-im/py-nbxmpp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/py-nbxmpp/Makefile b/net-im/py-nbxmpp/Makefile
index 8399f4847267..ec9ef60570ec 100644
--- a/net-im/py-nbxmpp/Makefile
+++ b/net-im/py-nbxmpp/Makefile
@@ -2,6 +2,7 @@
PORTNAME= nbxmpp
PORTVERSION= 0.5.3
+PORTREVISION= 1
CATEGORIES= net-im devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl
NO_ARCH= yes
-USES= python:2 twisted:run
+USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>