summaryrefslogtreecommitdiff
path: root/graphics/geeqie
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-02-25 14:13:54 +0000
committerwiz <wiz@pkgsrc.org>2010-02-25 14:13:54 +0000
commitf9550731e4a58b42062bf5c02e964eab9daa75ff (patch)
tree3b80658c89b1d44d983cf267e72382f992c3b840 /graphics/geeqie
parent8574fdc1b77f2fc668093ead08311d29a5d77a6f (diff)
downloadpkgsrc-f9550731e4a58b42062bf5c02e964eab9daa75ff.tar.gz
Add missing dependency, which broke HTML generation and thus PLIST.
Diffstat (limited to 'graphics/geeqie')
-rw-r--r--graphics/geeqie/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index 767a506065a..d867a3675a4 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/02/20 20:50:34 gdt Exp $
+# $NetBSD: Makefile,v 1.9 2010/02/25 14:13:54 wiz Exp $
#
DISTNAME= geeqie-1.0
@@ -23,5 +23,6 @@ REPLACE_BASH+= plugins/import/geeqie-import
.include "../../graphics/exiv2/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"