diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-25 14:13:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-25 14:13:54 +0000 |
commit | f9550731e4a58b42062bf5c02e964eab9daa75ff (patch) | |
tree | 3b80658c89b1d44d983cf267e72382f992c3b840 /graphics | |
parent | 8574fdc1b77f2fc668093ead08311d29a5d77a6f (diff) | |
download | pkgsrc-f9550731e4a58b42062bf5c02e964eab9daa75ff.tar.gz |
Add missing dependency, which broke HTML generation and thus PLIST.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geeqie/Makefile | 3 |
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" |