aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-06-19 01:43:46 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-06-19 01:43:46 +0000
commit8eb66276b92983b6246fbb9e9e2f11a7fbcf0042 (patch)
tree957cd9a1402d01e5942ad7f79c67c4f3cd48a986 /net
parent7adad9cb279bb2d1f491089f71a2177718d01d18 (diff)
downloadports-8eb66276b92983b6246fbb9e9e2f11a7fbcf0042.tar.gz
ports-8eb66276b92983b6246fbb9e9e2f11a7fbcf0042.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/py-upnp-inspector/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-upnp-inspector/Makefile b/net/py-upnp-inspector/Makefile
index 9b8696b69dd2..94a753be959d 100644
--- a/net/py-upnp-inspector/Makefile
+++ b/net/py-upnp-inspector/Makefile
@@ -3,6 +3,7 @@
PORTNAME= UPnP-Inspector
PORTVERSION= 0.2.2
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://coherence.beebits.net/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Coherence>=0.6.4:net/py-coherence@${FLAVOR}
USES= python:2.7
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>