diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2020-12-13 16:54:58 +0800 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2020-12-13 16:54:58 +0800 |
commit | 294927268d24213672fcad4152441a7494af86d9 (patch) | |
tree | b24c2317035444770ba07f9c923186c638edb3d3 /finance/ledger | |
parent | 7dbe503ae32c46ec2e108b40042e52e2b6557396 (diff) | |
download | freebsd-ports-gnome-294927268d24213672fcad4152441a7494af86d9.tar.gz freebsd-ports-gnome-294927268d24213672fcad4152441a7494af86d9.tar.zst freebsd-ports-gnome-294927268d24213672fcad4152441a7494af86d9.zip |
- Bump devel/utf8cpp consumers after r557813
utf8cpp includes now officially placed under own subdir
Reported by: jbeich
Pointyhat to: fluffy
Diffstat (limited to 'finance/ledger')
-rw-r--r-- | finance/ledger/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/ledger/Makefile b/finance/ledger/Makefile index 70d5387e81c9..235e78f7482d 100644 --- a/finance/ledger/Makefile +++ b/finance/ledger/Makefile @@ -3,6 +3,7 @@ PORTNAME= ledger PORTVERSION= 3.2.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= finance @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_FreeBSD_11_powerpc64= fails to link on powerpc64 elfv1: ibledger.so.3: undefined reference to boost::match_results BROKEN_FreeBSD_12_powerpc64= fails to link on powerpc64 elfv1: ibledger.so.3: undefined reference to boost::match_results -BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp +BUILD_DEPENDS= ${LOCALBASE}/include/utf8cpp/utf8.h:devel/utf8cpp LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libboost_system.so:devel/boost-libs |