diff options
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 3 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 841dc955e..04a44f4b5 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -34,8 +34,9 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off .ifdef (WITH_XINE) LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine -CONFIGURE_ARGS+= --enable-xine +CONFIGURE_ARGS+= --with-player=xine .else +CONFIGURE_ARGS+= --with-player=gstreamer USE_GNOME+= gstreamerplugins .endif diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 841dc955e..04a44f4b5 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -34,8 +34,9 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off .ifdef (WITH_XINE) LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine -CONFIGURE_ARGS+= --enable-xine +CONFIGURE_ARGS+= --with-player=xine .else +CONFIGURE_ARGS+= --with-player=gstreamer USE_GNOME+= gstreamerplugins .endif |