diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-17 15:54:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-17 15:54:15 +0000 |
commit | cea808a3f6ae5e85b2b55b5491b945e8208f669a (patch) | |
tree | c84889eefa615dd9b024fb08a54401fd8b6bf38d /net-p2p | |
parent | da2c6ab3baf6baffb578eab13ed328a37addcc8c (diff) | |
download | ports-cea808a3f6ae5e85b2b55b5491b945e8208f669a.tar.gz ports-cea808a3f6ae5e85b2b55b5491b945e8208f669a.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-vertex/Makefile | 4 |
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> |