diff options
author | youri <youri@pkgsrc.org> | 2016-03-04 00:34:23 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-03-04 00:34:23 +0000 |
commit | 81bc4a652bffc51417b961e39884dd92c2315202 (patch) | |
tree | d8ba68faa524d7aae344509c45cbdb657c2d32a7 /misc | |
parent | a98ba1f6a0b2035a12bf24acf10243b398780c8f (diff) | |
download | pkgsrc-81bc4a652bffc51417b961e39884dd92c2315202.tar.gz |
Include desktop-file-utils/desktopdb.mk when there are desktop files.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice5-bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libreoffice5-bin/Makefile b/misc/libreoffice5-bin/Makefile index a101a0550fe..3713b783aa6 100644 --- a/misc/libreoffice5-bin/Makefile +++ b/misc/libreoffice5-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/03/03 23:22:34 youri Exp $ +# $NetBSD: Makefile,v 1.4 2016/03/04 00:34:23 youri Exp $ DISTNAME= libreoffice5-bin # overridden below PKGNAME= libreoffice5-bin-${OO_RELEASE} @@ -82,4 +82,5 @@ do-install: ${LN} -sf ../opt/libreoffice${OO_BASEVER}/program/${i} ${DESTDIR}${PREFIX}/bin/${i} .endfor +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |