summaryrefslogtreecommitdiff
path: root/multimedia/audacious-plugins
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-01-03 05:47:17 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-01-03 05:47:17 +0000
commita4499db9a05dc3db23a5886576a497b322bf7910 (patch)
tree9eb1d35438b68df286404b2af17927467256e209 /multimedia/audacious-plugins
parentUpdate to 0.120. (diff)
change the gconf dependency to gconf2
PR: 107445 Submitted by: bgruber<knightbg@yahoo.com>
Notes
Notes: svn path=/head/; revision=181322
Diffstat (limited to 'multimedia/audacious-plugins')
-rw-r--r--multimedia/audacious-plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index 28fb26e864e6..09937fa32e66 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -96,7 +96,7 @@ PLIST_SUB+= ESDPLUGIN="@comment "
.endif
.if defined(WITH_GNOME)
-USE_GNOME+= gnomevfs2
+USE_GNOME+= gnomevfs2 gconf2
CONFIGURE_ARGS+= --enable-gnome-vfs --enable-gconf
.endif