diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-21 06:47:46 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-05-21 06:47:46 +0000 |
commit | 5b21f532c6fb4933b18a56fc851f495b2b91dbae (patch) | |
tree | 12c57f42af46b6acdccd16180eacb8e045c6075e /x11-toolkits/py-Pmw | |
parent | b6b169c554441a7720138c154c53a9dcced23eaf (diff) |
x11-toolkits/py-Pmw: Add USE_PYTHON=concurrent
Approved by: portmgr (port compliance, infrastructure)
Notes
Notes:
svn path=/head/; revision=536075
Diffstat (limited to 'x11-toolkits/py-Pmw')
-rw-r--r-- | x11-toolkits/py-Pmw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile index ec518774a0e6..52c2d5127fe4 100644 --- a/x11-toolkits/py-Pmw/Makefile +++ b/x11-toolkits/py-Pmw/Makefile @@ -3,6 +3,7 @@ PORTNAME= Pmw PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LIB_DEPENDS= libBLT25.so:x11-toolkits/blt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} USES= dos2unix python shebangfix -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes SHEBANG_FILES= Pmw/Pmw_*/bin/bundlepmw.py |