diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 16:05:54 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 16:05:54 +0000 |
commit | c0178cd7afb26a269b9c6e57ec1ed310f6a63fb7 (patch) | |
tree | 12af32155bb8dfb9a0916048663157e1e6bcddc5 /audio/muine | |
parent | 731fd5b898d0e44e3d16e88284a69800cb948639 (diff) |
Chase the slit of gconf to a seperate port.
Notes
Notes:
svn path=/head/; revision=131736
Diffstat (limited to 'audio/muine')
-rw-r--r-- | audio/muine/Makefile | 2 |
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 |