summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-09-18 12:49:01 +0000
committernia <nia@pkgsrc.org>2022-09-18 12:49:01 +0000
commitfc9fdc3e883d78be35d0f89111a1c9f58bc3e4e7 (patch)
tree7d620f22eb5bb850a11370325d879c2de597b5f9 /cad
parent8d4ecf82352ab205f2c4f66f9c05f0ef60fdacd0 (diff)
downloadpkgsrc-fc9fdc3e883d78be35d0f89111a1c9f58bc3e4e7.tar.gz
gerbv: Add explicit dependency on update-desktop-database now that it's
no longer implicit.
Diffstat (limited to 'cad')
-rw-r--r--cad/gerbv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile
index 58c1bf02967..23e5197149a 100644
--- a/cad/gerbv/Makefile
+++ b/cad/gerbv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2021/12/08 16:03:24 adam Exp $
+# $NetBSD: Makefile,v 1.77 2022/09/18 12:49:01 nia Exp $
#
DISTNAME= gerbv-2.6.2
@@ -21,6 +21,7 @@ PLIST_SUBST+= PKGNAME_NOREV=${PKGNAME_NOREV}
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"