diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-06 03:06:06 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-06 03:14:23 +0800 |
commit | 9947ddfbfd6a89af30d544ce6b6fdacd04e392c8 (patch) | |
tree | 376b68baccfc744c4db74535bf634fe6215544c9 /print | |
parent | b579af087db948a9024a0cf0822eb18d135dc320 (diff) | |
download | freebsd-ports-9947ddfbfd6a89af30d544ce6b6fdacd04e392c8.zip |
print/py-glyphtools: Update USES=python
math/py-numpy requires Python 3.7+
Diffstat (limited to 'print')
-rw-r--r-- | print/py-glyphtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/py-glyphtools/Makefile b/print/py-glyphtools/Makefile index 3bad7659eed2..a9642d201e98 100644 --- a/print/py-glyphtools/Makefile +++ b/print/py-glyphtools/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}babelfont>=0.2.0:x11-fonts/py-babelfont@${PY ${PYTHON_PKGNAMEPREFIX}glyphsLib>=0:x11-fonts/py-glyphsLib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |