diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-02-21 23:03:42 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-02-21 23:15:24 +0800 |
commit | 04e8d6e30a276fe64a23259406c6fe905f58044c (patch) | |
tree | aae4923e5f62aad8529f1e9f37d0d548f67cce48 /textproc | |
parent | print/py-reportlab: Add NO_ARCH (diff) |
textproc/apertium: Change BUILD_DEPENDS from utf8cpp3 to utf8cpp
The build fix for utf8cpp 4.0.x is part of apertium 3.9.4.
Reference: https://github.com/apertium/apertium/commit/1211c1a2ed6c8b615bab1dc5b11dd340ece40368
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/apertium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/apertium/Makefile b/textproc/apertium/Makefile index 6b9e90e0c553..f6ae19c507f4 100644 --- a/textproc/apertium/Makefile +++ b/textproc/apertium/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash \ - utf8cpp3>0:devel/utf8cpp3 + utf8cpp>=4.0.0:devel/utf8cpp LIB_DEPENDS= libicudata.so:devel/icu \ liblttoolbox.so:textproc/lttoolbox \ libpcre.so:devel/pcre |