aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-01-01 01:22:54 +0800
committerpav <pav@FreeBSD.org>2005-01-01 01:22:54 +0800
commit3400217a428f20e84610fcd48144991d2bce6be0 (patch)
tree4794c770eee3b502cc66c92dec9ec03b5e011a74 /multimedia/gstreamer-plugins
parente523c9621f15738c0bd779542c92b84a223e3307 (diff)
downloadfreebsd-ports-gnome-3400217a428f20e84610fcd48144991d2bce6be0.tar.gz
freebsd-ports-gnome-3400217a428f20e84610fcd48144991d2bce6be0.tar.zst
freebsd-ports-gnome-3400217a428f20e84610fcd48144991d2bce6be0.zip
- Chase libxine update
Pointy hat to: the usual suspect
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r--multimedia/gstreamer-plugins/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index 2ae3721285c4..aeac41753f59 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -403,7 +403,7 @@ WITH_VORBISIDEC=yes
# xine
# this plugins is meant to support plugins that gstreamer doesn't have (yet)
-.if exists(${X11BASE}/lib/libxine.so.9)
+.if exists(${X11BASE}/lib/libxine.so.12)
WITH_XINE=yes
.endif
@@ -951,7 +951,7 @@ CONFIGURE_ARGS+= --disable-xine
PLIST_SUB+= XINE="@comment "
.else
CONFIGURE_ARGS+= --enable-xine
-LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine
PLIST_SUB+= XINE=""
.endif