summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-17 15:54:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-17 15:54:15 +0000
commitcea808a3f6ae5e85b2b55b5491b945e8208f669a (patch)
treec84889eefa615dd9b024fb08a54401fd8b6bf38d /net-p2p
parentUpdate to 1.8.1 (diff)
Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=456546
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/py-vertex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/py-vertex/Makefile b/net-p2p/py-vertex/Makefile
index d958d385dfe7..818d2d78c72c 100644
--- a/net-p2p/py-vertex/Makefile
+++ b/net-p2p/py-vertex/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vertex
PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-p2p python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}epsilon>=0:devel/py-epsilon@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR}
NO_ARCH= yes
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>