summaryrefslogtreecommitdiff
path: root/finance/ledger
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-15 00:53:47 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-15 01:16:48 +0800
commitcf718bc7d4ebefef12995bbbdb0f5bded23bdf3e (patch)
tree06a98e0e1e3b43e52452a11d39122bebf429467b /finance/ledger
parentdevel/rubygem-grape-path-helpers: Change RUN_DEPENDS from rubygem-grape to ru... (diff)
finance/ledger: Fix build with utf8cpp 4.0.0+
Diffstat (limited to 'finance/ledger')
-rw-r--r--finance/ledger/Makefile2
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