aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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