diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-05-09 15:44:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-05-09 15:44:43 +0000 |
commit | fb4277861efa06de0d2b1c56ff39377dfb9c5d51 (patch) | |
tree | 63e3c2de684f4a5138a0a68874aba8018554ec3e | |
parent | Fix build with openssl on 12.1-STABLE. (diff) |
py-asciimatics runs fine with python 3.7
Notes
Notes:
svn path=/head/; revision=534783
-rw-r--r-- | devel/py-asciimatics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-asciimatics/Makefile b/devel/py-asciimatics/Makefile index b5963947808c..271e0098cf68 100644 --- a/devel/py-asciimatics/Makefile +++ b/devel/py-asciimatics/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyfiglet>=0.7.2:misc/py-pyfiglet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>0:devel/py-wcwidth@${PY_FLAVOR} -USES= python:2.7 # only because misc/py-pyfiglet is py27-only +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes |