diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-06 09:52:53 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-06 09:52:53 +0800 |
commit | f1ba14e3c49e684ac065434a8f91c11eec81964d (patch) | |
tree | c7dca0dfacd470f8340bddf7eb220a14abf7fe06 /audio/rhythmbox/Makefile | |
parent | 0e3462b648864a960fa7ea17b6b0ca5ea87215b1 (diff) | |
download | marcuscom-ports-f1ba14e3c49e684ac065434a8f91c11eec81964d.tar marcuscom-ports-f1ba14e3c49e684ac065434a8f91c11eec81964d.tar.gz marcuscom-ports-f1ba14e3c49e684ac065434a8f91c11eec81964d.tar.bz2 marcuscom-ports-f1ba14e3c49e684ac065434a8f91c11eec81964d.tar.lz marcuscom-ports-f1ba14e3c49e684ac065434a8f91c11eec81964d.tar.xz marcuscom-ports-f1ba14e3c49e684ac065434a8f91c11eec81964d.tar.zst marcuscom-ports-f1ba14e3c49e684ac065434a8f91c11eec81964d.zip |
WITH_XINE must imply WITH_MONKEYMEDIA, or configure will fail.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2265 df743ca5-7f9a-e211-a948-0013205c9059
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 |