From ec06c4eea80675552bc1a1627dbeae660e2e42b6 Mon Sep 17 00:00:00 2001 From: oliver Date: Wed, 3 Jan 2007 05:47:17 +0000 Subject: change the gconf dependency to gconf2 PR: 107445 Submitted by: bgruber --- multimedia/audacious-plugins/Makefile | 2 +- multimedia/audacious/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia') 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 diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index e12963a4277f..eeab086d5fc6 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -31,7 +31,7 @@ OPTIONS= GNOME "Build with gconf support" off \ .include .if defined(WITH_GNOME) -USE_GNOME+= gconf +USE_GNOME+= gconf2 CONFIGURE_ARGS+=--enable-gconf .endif -- cgit