diff options
author | rm <rm@FreeBSD.org> | 2015-07-27 14:55:33 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-07-27 14:55:33 +0800 |
commit | 09f8753075a344e44d012402c13caeac03f07e89 (patch) | |
tree | ac100f62f9730d96150e8015e34300425a66eb5a /net-im/py-nbxmpp | |
parent | eb669cad5bdcc29acff17f7b09dec90b940d8db4 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |