diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-04-17 16:08:11 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-04-17 16:08:11 +0000 |
commit | c20d6a14be2f517a38eed0ba28a125a87280e66c (patch) | |
tree | 7b77019541712bb9a3f4fd4443369d4fa79ad9aa | |
parent | 5abf6717e3f0112adaa2408df03e427c7c015e4f (diff) | |
download | ports-c20d6a14be2f517a38eed0ba28a125a87280e66c.tar.gz ports-c20d6a14be2f517a38eed0ba28a125a87280e66c.zip |
-rw-r--r-- | textproc/py-typogrify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-typogrify/Makefile b/textproc/py-typogrify/Makefile index 041e1c5775ad..b587c4885ba8 100644 --- a/textproc/py-typogrify/Makefile +++ b/textproc/py-typogrify/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smartypants>0:textproc/py-smartypants@${PY_FLAVOR} -USES= python:3.7+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |