aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-03-03 18:13:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-03-03 18:13:28 +0000
commitdbb6a6470fc122f54a0c5c75651837c2a83b6f51 (patch)
tree3cfbba7b03fd890a624b0307c98d256cd924bc55 /x11-toolkits
parent52eb9e82dd5c0f2d90cead3e486f2d73d4553382 (diff)
downloadports-dbb6a6470fc122f54a0c5c75651837c2a83b6f51.tar.gz
ports-dbb6a6470fc122f54a0c5c75651837c2a83b6f51.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=567195
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-tktreectrl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/py-tktreectrl/Makefile b/x11-toolkits/py-tktreectrl/Makefile
index 662329df3f08..6e89ca5e6bb1 100644
--- a/x11-toolkits/py-tktreectrl/Makefile
+++ b/x11-toolkits/py-tktreectrl/Makefile
@@ -19,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Pmw>=0:x11-toolkits/py-Pmw@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR}
USES= python:3.6+ tk:run zip
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
+
NO_ARCH= yes
.include <bsd.port.mk>