aboutsummaryrefslogtreecommitdiff
path: root/audio/muine
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-03-20 16:05:54 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-03-20 16:05:54 +0000
commitc0178cd7afb26a269b9c6e57ec1ed310f6a63fb7 (patch)
tree12af32155bb8dfb9a0916048663157e1e6bcddc5 /audio/muine
parent731fd5b898d0e44e3d16e88284a69800cb948639 (diff)
downloadports-c0178cd7afb26a269b9c6e57ec1ed310f6a63fb7.tar.gz
ports-c0178cd7afb26a269b9c6e57ec1ed310f6a63fb7.zip
Notes
Diffstat (limited to 'audio/muine')
-rw-r--r--audio/muine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
index 0a38cab0b7c8..1c4600fc40b9 100644
--- a/audio/muine/Makefile
+++ b/audio/muine/Makefile
@@ -38,7 +38,7 @@ OPTIONS= GSTREAMER "Enable Gstreamer backend" off
.if defined (WITH_GSTREAMER)
IGNORE= Doesn't run with recent gstreamer.
CONFIGURE_ARGS+=--enable-gstreamer=yes
-USE_GSTREAMER+= mad vorbis flac
+USE_GSTREAMER+= mad vorbis flac gconf
.else
LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
.endif