diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-14 16:54:03 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-14 17:16:51 +0000 |
| commit | 18e703731c1b9e6b1ee31866ea9a83d904a701aa (patch) | |
| tree | e3fbdfe89caffdcb7c0795f9f79ceba606999784 | |
| parent | 93343a157453fa6f16b29578e127e040d8a57282 (diff) | |
textproc/apertium: Change BUILD_DEPENDS from utf8cpp to utf8cpp3
| -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 118f7304d9e3..23a8e3971c71 100644 --- a/textproc/apertium/Makefile +++ b/textproc/apertium/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_FreeBSD_12_powerpc64= fails to configure on powerpc64 elfv1: *** unable to locate pcrecpp library *** BUILD_DEPENDS= bash:shells/bash \ - utf8cpp>0:devel/utf8cpp + utf8cpp3>0:devel/utf8cpp3 LIB_DEPENDS= libicudata.so:devel/icu \ liblttoolbox.so:textproc/lttoolbox \ libpcre.so:devel/pcre |
