diff options
-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 3b1d4fbde6b..fcfb48815bf 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.257 2021/04/10 13:13:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.258 2021/04/11 04:29:59 gutteridge Exp $ VERREL= 7.1.2 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 @@ -146,6 +146,7 @@ WRKSRC= ${WRKDIR}/${LO_BOOTSTRAP} BUILD_DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat +DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils # dmake scripts use relative path with -rpath-link ld arguments, which # is a no-go with normal pkgsrc wrappers. |