diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-11-19 10:24:00 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-11-19 10:24:10 +0000 |
commit | e66c070a5793d7e1a4f1b84235a4ecdcbb9804f0 (patch) | |
tree | fcdff9e7d9f2c97c6d55dfcc82d7bbfc973f3dc7 /print | |
parent | aedd47437ab1c41615398acf9007cc8d7991fc5d (diff) |
print/py-uharfbuzz: Update BUILD_DEPENDS after 644e2a562cc75a56118e4f01fd26f449cb725aef
Diffstat (limited to 'print')
-rw-r--r-- | print/py-uharfbuzz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/py-uharfbuzz/Makefile b/print/py-uharfbuzz/Makefile index 45aa5040c413..6a371d138179 100644 --- a/print/py-uharfbuzz/Makefile +++ b/print/py-uharfbuzz/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/harfbuzz/uharfbuzz LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= harfbuzz>=5.3.0:print/harfbuzz \ +BUILD_DEPENDS= harfbuzz>=5.3.1:print/harfbuzz \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} LIB_DEPENDS= libharfbuzz.so:print/harfbuzz |