aboutsummaryrefslogtreecommitdiff
path: root/multimedia/subtitlecomposer-kde4
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-03-15 20:24:31 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-03-15 20:24:31 +0000
commitaf2d1e85eb225aef5a49166a4167bc016b903a0d (patch)
tree6f7066bfc9c42e250028d7cb1b28c33e599ba450 /multimedia/subtitlecomposer-kde4
parent7901da681d7d4ae001924ec2ecd5713fa484aaf2 (diff)
downloadports-af2d1e85eb225aef5a49166a4167bc016b903a0d.tar.gz
ports-af2d1e85eb225aef5a49166a4167bc016b903a0d.zip
remove check for XCB
Notes
Notes: svn path=/head/; revision=230170
Diffstat (limited to 'multimedia/subtitlecomposer-kde4')
-rw-r--r--multimedia/subtitlecomposer-kde4/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/multimedia/subtitlecomposer-kde4/Makefile b/multimedia/subtitlecomposer-kde4/Makefile
index c385ef91abd6..e370d67bdac5 100644
--- a/multimedia/subtitlecomposer-kde4/Makefile
+++ b/multimedia/subtitlecomposer-kde4/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