diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-08 10:19:41 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-08 10:19:41 +0800 |
commit | db8e5b0ef2fccddd3641c9b9f1aa08e152bcfc01 (patch) | |
tree | b66300b9ae0caf17a04841dbe083bc6234b6624f /audio/rhythmbox/Makefile | |
parent | 03f2497b82b8201b71054b06f0aa6953f6073989 (diff) | |
download | marcuscom-ports-db8e5b0ef2fccddd3641c9b9f1aa08e152bcfc01.tar marcuscom-ports-db8e5b0ef2fccddd3641c9b9f1aa08e152bcfc01.tar.gz marcuscom-ports-db8e5b0ef2fccddd3641c9b9f1aa08e152bcfc01.tar.bz2 marcuscom-ports-db8e5b0ef2fccddd3641c9b9f1aa08e152bcfc01.tar.lz marcuscom-ports-db8e5b0ef2fccddd3641c9b9f1aa08e152bcfc01.tar.xz marcuscom-ports-db8e5b0ef2fccddd3641c9b9f1aa08e152bcfc01.tar.zst marcuscom-ports-db8e5b0ef2fccddd3641c9b9f1aa08e152bcfc01.zip |
Depend upon gstreamerplugins if the gstreamer metadata reader backend
is selected.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1794 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 fd55a8796..6a924193a 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -45,6 +45,7 @@ USE_GNOME+= gstreamerplugins CONFIGURE_ARGS+= --with-metadata=monkeymedia .else CONFIGURE_ARGS+= --with-metadata=gstreamer +USE_GNOME+= gstreamerplugins .endif .if exists(${LOCALBASE}/lib/libvorbis.so) |