summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-05-09 15:37:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-05-09 15:37:43 +0000
commit31d997743747e4fdeacab47349e44b6d152860fa (patch)
tree4534f1031738fa26d994553db0edae5c854c783c
parentdatabases/py-pymemcache: create port (diff)
pyfiglet runs fine with python 3.7
Notes
Notes: svn path=/head/; revision=534781
-rw-r--r--misc/py-pyfiglet/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/py-pyfiglet/Makefile b/misc/py-pyfiglet/Makefile
index 0564c25e71a3..70a30e097aad 100644
--- a/misc/py-pyfiglet/Makefile
+++ b/misc/py-pyfiglet/Makefile
@@ -13,8 +13,7 @@ COMMENT= Pure-python FIGlet implementation
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
-# Actually 2.6-2.7,3.1-3.5 (no 3.0)
-USES= python:2.7-3.6
+USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes