diff options
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 4 |
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 |