aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/tclX/Makefile2
-rw-r--r--x11-drivers/xf86-video-nouveau/Makefile2
-rw-r--r--x11-drivers/xf86-video-radeonhd-devel/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/lang/tclX/Makefile b/lang/tclX/Makefile
index f2572e2576e6..1cd4d7eced7f 100644
--- a/lang/tclX/Makefile
+++ b/lang/tclX/Makefile
@@ -16,6 +16,8 @@ DISTNAME= tclx${PORTVERSION}
MAINTAINER= mi@aldan.algebra.com
COMMENT= Extended TCL
+BROKEN= does not compile
+
USE_BZIP2= yes
USE_TCL_BUILD= 84
USE_TCL= 84
diff --git a/x11-drivers/xf86-video-nouveau/Makefile b/x11-drivers/xf86-video-nouveau/Makefile
index d0f3ab49dc8b..e9f153d41917 100644
--- a/x11-drivers/xf86-video-nouveau/Makefile
+++ b/x11-drivers/xf86-video-nouveau/Makefile
@@ -17,4 +17,6 @@ XORG_CAT= driver
USE_XORG= videoproto xextproto xf86driproto glproto
MAN4= nouveau.4x
+BROKEN= does not compile
+
.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-radeonhd-devel/Makefile b/x11-drivers/xf86-video-radeonhd-devel/Makefile
index 2dc3bd8d994f..084c285d2352 100644
--- a/x11-drivers/xf86-video-radeonhd-devel/Makefile
+++ b/x11-drivers/xf86-video-radeonhd-devel/Makefile
@@ -19,6 +19,8 @@ COMMENT= X.Org ati RadeonHD display driver development version
BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros \
${LOCALBASE}/libdata/pkgconfig/gl.pc:${PORTSDIR}/graphics/libGL
+BROKEN= does not compile
+
.if !exists(${LOCALBASE}/lib/libpci.so.2)
OPTIONS= UTILS "Install rhd_conntest and rhd_dump utilities" off
.else