From 32656319156f3d7b9f6c74c9ffc3ba8b6c3ade36 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 8 Feb 2004 01:59:46 +0000 Subject: Fix CONFIGURE_ARGS for xine support. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1792 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/rhythmbox-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/rhythmbox-devel') 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 -- cgit v1.2.3