diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-20 14:48:59 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-02-20 14:48:59 +0800 |
commit | 3d6c364653a367fafa699ee3c8ba754a331910ba (patch) | |
tree | cec95cbeedddd230fbba8da1086c53bf87c2fcc1 | |
parent | e0c0eb2ce0f627024a6aa20c88dc0be549bbe8dc (diff) | |
download | freebsd-ports-gnome-3d6c364653a367fafa699ee3c8ba754a331910ba.tar.gz freebsd-ports-gnome-3d6c364653a367fafa699ee3c8ba754a331910ba.tar.zst freebsd-ports-gnome-3d6c364653a367fafa699ee3c8ba754a331910ba.zip |
security/py-stem: Added USE_PYTHON=concurrent
PR: 225542
Submitted by: myself
Approved by: tcberner (mentor, implicit)
-rw-r--r-- | security/py-stem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-stem/Makefile b/security/py-stem/Makefile index d21cda9321bf..4e8a75281615 100644 --- a/security/py-stem/Makefile +++ b/security/py-stem/Makefile @@ -3,6 +3,7 @@ PORTNAME= stem PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= security net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist concurrent NO_ARCH= yes do-test: |