diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-08 09:59:46 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-08 09:59:46 +0800 |
commit | 32656319156f3d7b9f6c74c9ffc3ba8b6c3ade36 (patch) | |
tree | 91123eefd7ba88120b07ce50c19937eef3fb4145 /audio/rhythmbox/Makefile | |
parent | f40c5289a8deadd812920c0a71113861c6a93614 (diff) | |
download | marcuscom-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/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |