aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:03:42 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-02-21 15:15:24 +0000
commit04e8d6e30a276fe64a23259406c6fe905f58044c (patch)
treeaae4923e5f62aad8529f1e9f37d0d548f67cce48
parent0f6d36340a1dc5b96d680b2223f100137832f481 (diff)
downloadports-04e8d6e30a276fe64a23259406c6fe905f58044c.tar.gz
ports-04e8d6e30a276fe64a23259406c6fe905f58044c.zip
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)
-rw-r--r--textproc/apertium/Makefile2
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