diff options
author | nia <nia@pkgsrc.org> | 2020-11-06 15:06:49 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-11-06 15:06:49 +0000 |
commit | 12cd8eee701e1850702520f8e21c718ec4d8248e (patch) | |
tree | 3841f33c6e8dd6c4a0d4faf7dbc55e78c58a6a17 /misc | |
parent | fec8f6e3bc6f0b9c17f920e1eaeae90d5cd2b0cd (diff) | |
download | pkgsrc-12cd8eee701e1850702520f8e21c718ec4d8248e.tar.gz |
Split out ICU integration library from the harfbuzz package.
Only a few pieces of software are using the ICU integration library,
these aren't the big harfbuzz users (i.e. gtk). this is intended to lessen
the impact of icu's frequent ABI breaks.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index ac8c15e6eca..0d3dbd9a9de 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.245 2020/11/05 09:08:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.246 2020/11/06 15:06:49 nia Exp $ VERREL= 7.0.3 VERRC= 1 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz @@ -350,6 +350,7 @@ BUILDLINK_API_DEPENDS.libetonyek+= libetonyek>=0.1.2 .if ${LIBRSVG_TYPE} == "rust" #BUILDLINK_API_DEPENDS.harfbuzz+= harfbuzz>=1.4.2 .include "../../fonts/harfbuzz/buildlink3.mk" +.include "../../fonts/harfbuzz-icu/buildlink3.mk" .include "../../graphics/graphite2/buildlink3.mk" .endif # Requires JCS_EXT_BGRA |