diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-14 16:53:47 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-14 17:16:48 +0000 |
| commit | cf718bc7d4ebefef12995bbbdb0f5bded23bdf3e (patch) | |
| tree | 06a98e0e1e3b43e52452a11d39122bebf429467b | |
| parent | e74766b3287955fa30063abb7ad8cf9db402ca3c (diff) | |
finance/ledger: Fix build with utf8cpp 4.0.0+
| -rw-r--r-- | finance/ledger/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/ledger/Makefile b/finance/ledger/Makefile index 84954ff4b15b..d78150340624 100644 --- a/finance/ledger/Makefile +++ b/finance/ledger/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_FreeBSD_12_powerpc64= fails to link on powerpc64 elfv1: ibledger.so.3: undefined reference to boost::match_results -BUILD_DEPENDS= ${LOCALBASE}/include/utf8cpp/utf8.h:devel/utf8cpp +BUILD_DEPENDS= utf8cpp>=0:devel/utf8cpp LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libboost_system.so:devel/boost-libs |
