diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 2ae3721285c4..aeac41753f59 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/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 |