summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-12-30 00:59:15 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-12-30 00:59:15 +0000
commitfa01c31ca8a54c726908c40177100af38d4e2979 (patch)
tree49da57c9e51047da83b7c3c32768a7b3f60789eb /audio
parentAttempt to fix build on !i386 (diff)
Sync with libxine shared library version bump.
Notes
Notes: svn path=/head/; revision=125494
Diffstat (limited to 'audio')
-rw-r--r--audio/amarok-kde4/Makefile2
-rw-r--r--audio/amarok/Makefile2
-rw-r--r--audio/muine/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile
index c89b2b39d7ac..2ec34278fed8 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -54,7 +54,7 @@ PLIST_SUB+= GSTREAMER=""
CONFIGURE_ARGS+=--without-xine
PLIST_SUB+= XINE="@comment "
.else
-LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
PLIST_SUB+= XINE=""
.endif
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index c89b2b39d7ac..2ec34278fed8 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -54,7 +54,7 @@ PLIST_SUB+= GSTREAMER=""
CONFIGURE_ARGS+=--without-xine
PLIST_SUB+= XINE="@comment "
.else
-LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
PLIST_SUB+= XINE=""
.endif
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
index 3330bb872c91..db69a7229484 100644
--- a/audio/muine/Makefile
+++ b/audio/muine/Makefile
@@ -38,7 +38,7 @@ OPTIONS= GSTREAMER "Enable Gstreamer backend" off
CONFIGURE_ARGS+= --enable-gstreamer=yes
USE_GNOME+= gstreamerplugins
.else
-LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
.endif
.include <bsd.port.post.mk>