summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 16:45:11 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 17:05:04 +0800
commit9349016b483df5abe2c24551eb89fb5190096e6d (patch)
tree383d800ec34d716f6c0215e8046c896cf8b2aba5 /print
parentprint/py-glyphsets: Update to 0.5.4 (diff)
print/py-glyphtools: Remove py-babelfont from RUN_DEPENDS to avoid circular dependency
- Bump PORTREVISION for dependency change
Diffstat (limited to 'print')
-rw-r--r--print/py-glyphtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-glyphtools/Makefile b/print/py-glyphtools/Makefile
index fd8ea9ec7202..27cf9f101240 100644
--- a/print/py-glyphtools/Makefile
+++ b/print/py-glyphtools/Makefile
@@ -1,5 +1,6 @@
PORTNAME= glyphtools
PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= print python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +11,7 @@ WWW= https://github.com/simoncozens/glyphtools
LICENSE= APACHE20
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}babelfont>=0.2.0:x11-fonts/py-babelfont@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}beziers>=0:graphics/py-beziers@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beziers>=0:graphics/py-beziers@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}glyphsLib>=0:x11-fonts/py-glyphsLib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}