aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox-devel
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-01-01 01:47:42 +0800
committerpav <pav@FreeBSD.org>2005-01-01 01:47:42 +0800
commit0a7250c8120524f20b14e530af6f7eddf2e77d1e (patch)
tree80eb0821010e92fa0c7c8de4d89de9fc78cd4653 /audio/rhythmbox-devel
parent3400217a428f20e84610fcd48144991d2bce6be0 (diff)
downloadfreebsd-ports-gnome-0a7250c8120524f20b14e530af6f7eddf2e77d1e.tar.gz
freebsd-ports-gnome-0a7250c8120524f20b14e530af6f7eddf2e77d1e.tar.zst
freebsd-ports-gnome-0a7250c8120524f20b14e530af6f7eddf2e77d1e.zip
- Chase libxine update
Pointy hat: nobutaka (in stereo)
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r--audio/rhythmbox-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index 078a9a472e8f..e841f53e6c18 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -40,7 +40,7 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off \
.include <bsd.port.pre.mk>
.ifdef (WITH_XINE)
-LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --with-player=xine
WITH_MONKEYMEDIA= yes
.else