diff options
author | makc <makc@FreeBSD.org> | 2009-03-16 04:24:31 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-03-16 04:24:31 +0800 |
commit | 98146e8a5c6e7062e2f7d5b2f11cf60785834bf4 (patch) | |
tree | 3a6e87871b5a504070e84a95144e540e7154915c /multimedia/subtitlecomposer | |
parent | 702f549bcc6b9caeb33d2ff668f2154355704c9d (diff) | |
download | freebsd-ports-gnome-98146e8a5c6e7062e2f7d5b2f11cf60785834bf4.tar.gz freebsd-ports-gnome-98146e8a5c6e7062e2f7d5b2f11cf60785834bf4.tar.zst freebsd-ports-gnome-98146e8a5c6e7062e2f7d5b2f11cf60785834bf4.zip |
remove check for XCB
Diffstat (limited to 'multimedia/subtitlecomposer')
-rw-r--r-- | multimedia/subtitlecomposer/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/multimedia/subtitlecomposer/Makefile b/multimedia/subtitlecomposer/Makefile index c385ef91abd6..e370d67bdac5 100644 --- a/multimedia/subtitlecomposer/Makefile +++ b/multimedia/subtitlecomposer/Makefile @@ -36,17 +36,7 @@ RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer .endif .if defined(WITH_XINE) - -. if exists(${LOCALBASE}/bin/xine-config) -XINE_PLUGINDIR!= ${LOCALBASE}/bin/xine-config --plugindir -. endif - -. if defined(XINE_PLUGINDIR) && !exists(${XINE_PLUGINDIR}/xineplug_vo_out_xcbxv.so) -IGNORE= needs XCB support in libxine -. endif - -LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine \ - xcb.2:${PORTSDIR}/x11/libxcb +LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine .else CONFIGURE_ARGS+=--without-xine --without-xcb .endif |