summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-31 17:47:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-31 17:47:42 +0000
commit440d8863c8d496b982754e2a71867892213a902b (patch)
tree46619dc586bedee58a6335c6b242b6a0798bef55
parent- Chase libxine update (diff)
- Chase libxine update
Pointy hat: nobutaka (in stereo)
Notes
Notes: svn path=/head/; revision=125612
-rw-r--r--audio/rhythmbox-devel/Makefile2
-rw-r--r--audio/rhythmbox/Makefile2
-rw-r--r--graphics/gimageview/Makefile2
3 files changed, 3 insertions, 3 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
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 078a9a472e8f..e841f53e6c18 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/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
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index b4016d5ce9b3..fc47df3600b7 100644
--- a/graphics/gimageview/Makefile
+++ b/graphics/gimageview/Makefile
@@ -78,7 +78,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment "
.endif
.if defined(WITH_LIBXINE)
-LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --with-xine
PLIST_SUB+= WITH_LIBXINE=""
.else