aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2005-12-11 05:06:42 +0800
committernobutaka <nobutaka@FreeBSD.org>2005-12-11 05:06:42 +0800
commitfc53bad92c002b6f02cac84c1a91d4607dccdb95 (patch)
tree32aadc3c21cadb28c77c31d7d135ca06eafcd5ea /audio
parent4b489759bfbcdbf269b2524cbcf8863088270094 (diff)
downloadfreebsd-ports-graphics-fc53bad92c002b6f02cac84c1a91d4607dccdb95.tar.gz
freebsd-ports-graphics-fc53bad92c002b6f02cac84c1a91d4607dccdb95.tar.zst
freebsd-ports-graphics-fc53bad92c002b6f02cac84c1a91d4607dccdb95.zip
Sync with libxine shared library version bump.
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 a47764aa574..ca543995d4f 100644
--- a/audio/amarok-kde4/Makefile
+++ b/audio/amarok-kde4/Makefile
@@ -55,7 +55,7 @@ PLIST_SUB+= GSTREAMER=""
CONFIGURE_ARGS+=--without-xine
PLIST_SUB+= XINE="@comment "
.else
-LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
PLIST_SUB+= XINE=""
.endif
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile
index a47764aa574..ca543995d4f 100644
--- a/audio/amarok/Makefile
+++ b/audio/amarok/Makefile
@@ -55,7 +55,7 @@ PLIST_SUB+= GSTREAMER=""
CONFIGURE_ARGS+=--without-xine
PLIST_SUB+= XINE="@comment "
.else
-LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
PLIST_SUB+= XINE=""
.endif
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
index f5ed411f2d4..e673a719337 100644
--- a/audio/muine/Makefile
+++ b/audio/muine/Makefile
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --disable-faad2
.if defined (WITH_XINE)
CONFIGURE_ARGS+= --enable-xine=yes
-LIB_DEPENDS+= xine.14:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
.else
USE_GSTREAMER+= gconf
.endif