summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authoryouri <youri>2016-03-04 00:34:23 +0000
committeryouri <youri>2016-03-04 00:34:23 +0000
commita6d094a565b8f433b00355b09eb7d36ff17ba39a (patch)
treed8ba68faa524d7aae344509c45cbdb657c2d32a7 /misc
parent5ae8910f2cfb4b7ea5b1dc63b1059f0ded960544 (diff)
downloadpkgsrc-a6d094a565b8f433b00355b09eb7d36ff17ba39a.tar.gz
Include desktop-file-utils/desktopdb.mk when there are desktop files.
Diffstat (limited to 'misc')
-rw-r--r--misc/libreoffice5-bin/Makefile3
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"