summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2011-03-14 21:31:59 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2011-03-14 21:31:59 +0000
commit679627b95e4ce4bee46d6046bb96dd231f917c78 (patch)
tree735342412f8ed326e292117724efde00208f68a4 /graphics
parentAdd --enable-debug=yes in WITH_DEBUG to add more debug stuff. (diff)
Add a missing dependency, gconf2, when Nautilus plugin option disabled.
PR: ports/154697 Reported by: anonymous <none@none.com> (...sign, come on!)
Notes
Notes: svn path=/head/; revision=270906
Diffstat (limited to 'graphics')
-rw-r--r--graphics/evince/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index 6128929ce3fb..82d97ede5625 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -29,7 +29,7 @@ USE_GETTEXT= yes
USE_GMAKE= yes
INSTALLS_OMF= yes
USE_GNOME= gnomehack intlhack gnomeprefix desktopfileutils \
- gnomedocutils ltasneededhack
+ gnomedocutils ltasneededhack gconf2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"