diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2021-04-11 04:29:59 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2021-04-11 04:29:59 +0000 |
commit | 5a09dc026128bc8cbea3de6f5e0221bff4ef87d5 (patch) | |
tree | 720ed5e6888da83a9cb1183a38d830ffcf49c3e9 /misc/libreoffice | |
parent | 9e7e583e48b3c7c250fb9b8dd30eba84414bf28c (diff) | |
download | pkgsrc-5a09dc026128bc8cbea3de6f5e0221bff4ef87d5.tar.gz |
libreoffice: reflect xdg-utils dependency for xdg-open command
Relates to PR pkg/56092. LibreOffice expects xdg-open to be installed.
Diffstat (limited to 'misc/libreoffice')
-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. |