diff options
Diffstat (limited to 'misc/libreoffice/Makefile')
-rw-r--r-- | misc/libreoffice/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index c3113fa44e6..d61994e6f6c 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.130 2017/11/23 17:20:03 wiz Exp $ +# $NetBSD: Makefile,v 1.131 2017/11/27 23:59:24 ryoon Exp $ VERREL= 5.4.3 VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz @@ -98,7 +98,6 @@ MORE_DISTFILES= \ 7239a4430efd4d0189c4f24df67f08e5-mysql-connector-c++-1.1.4.tar.gz \ c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 \ edc4d741888bc0d38e32dbaa17149596-source-sans-pro-2.010R-ro-1.065R-it.tar.gz \ - harfbuzz-1.4.8.tar.bz2 \ graphite2-minimal-1.3.10.tgz \ 1725634df4bb3dcb1b2c91a6175f8789-GentiumBasic_1102.zip \ EmojiOneColor-SVGinOT-1.3.tar.gz \ @@ -109,6 +108,9 @@ DISTFILES+= ${md} SITES.${md}= http://dev-www.libreoffice.org/src/ .endfor +DISTFILES+= harfbuzz-1.7.1.tar.bz2 +SITES.harfbuzz-1.7.1.tar.bz2= http://www.freedesktop.org/software/harfbuzz/release/ + .include "options.mk" .include "../../mk/bsd.prefs.mk" |