summaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-16 23:06:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-16 23:06:14 +0000
commitdabbbb8ff612729cf1156d8e2f72fb9c8e34580c (patch)
treec936903bd50014acca0774c6abeb5856ddfc3926 /x11-drivers
parent- Improve previous fix: (diff)
- Mark BROKEN: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=230282
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-nouveau/Makefile2
-rw-r--r--x11-drivers/xf86-video-radeonhd-devel/Makefile2
2 files changed, 4 insertions, 0 deletions
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