diff options
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index f8b58d1ac..49f88ee70 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -37,6 +37,7 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off \ .ifdef (WITH_XINE) LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --with-player=xine +WITH_MONKEYMEDIA= yes .else CONFIGURE_ARGS+= --with-player=gstreamer USE_GNOME+= gstreamerplugins |