summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox-devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-08 09:59:46 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-08 09:59:46 +0800
commit32656319156f3d7b9f6c74c9ffc3ba8b6c3ade36 (patch)
tree91123eefd7ba88120b07ce50c19937eef3fb4145 /audio/rhythmbox-devel
parentf40c5289a8deadd812920c0a71113861c6a93614 (diff)
downloadmarcuscom-ports-32656319156f3d7b9f6c74c9ffc3ba8b6c3ade36.tar
marcuscom-ports-32656319156f3d7b9f6c74c9ffc3ba8b6c3ade36.tar.gz
marcuscom-ports-32656319156f3d7b9f6c74c9ffc3ba8b6c3ade36.tar.bz2
marcuscom-ports-32656319156f3d7b9f6c74c9ffc3ba8b6c3ade36.tar.lz
marcuscom-ports-32656319156f3d7b9f6c74c9ffc3ba8b6c3ade36.tar.xz
marcuscom-ports-32656319156f3d7b9f6c74c9ffc3ba8b6c3ade36.tar.zst
marcuscom-ports-32656319156f3d7b9f6c74c9ffc3ba8b6c3ade36.zip
Fix CONFIGURE_ARGS for xine support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1792 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r--audio/rhythmbox-devel/Makefile3
1 files changed, 2 insertions, 1 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