summaryrefslogtreecommitdiff
path: root/print/evince-nautilus
diff options
context:
space:
mode:
authorreed <reed>2008-12-20 20:52:27 +0000
committerreed <reed>2008-12-20 20:52:27 +0000
commitf90008839a9a4df000da047ccd8d7e4516fe234b (patch)
treed57fee3f6b1c98f77a6b0d97b49f4be54a5655cf /print/evince-nautilus
parentaffb68104466fe7139a0ce68a6982caa4cc1d1eb (diff)
downloadpkgsrc-f90008839a9a4df000da047ccd8d7e4516fe234b.tar.gz
Make the gnome build an option for evince. Defaults to enabled.
So -gnome will build the GTK version. Make should also do the --disable-dbus, but will think about that later.
Diffstat (limited to 'print/evince-nautilus')
-rw-r--r--print/evince-nautilus/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/evince-nautilus/Makefile b/print/evince-nautilus/Makefile
index 79246244c31..495803e62f6 100644
--- a/print/evince-nautilus/Makefile
+++ b/print/evince-nautilus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2008/10/25 00:11:13 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2008/12/20 20:52:27 reed Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -13,7 +13,9 @@ COMMENT= File properties plugin for evince files
INSTALL_DIRS= properties
BUILDLINK_DEPMETHOD.libXt?= build
+BUILDLINK_API_DEPENDS.libgnomeui+= libgnomeui>=2.14.0
+.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../sysutils/nautilus/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"