diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-16 23:06:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-16 23:06:14 +0000 |
commit | dabbbb8ff612729cf1156d8e2f72fb9c8e34580c (patch) | |
tree | c936903bd50014acca0774c6abeb5856ddfc3926 /x11-drivers | |
parent | 4d62d81eae6162f8b4e8b3636a00d5bc09e26e6e (diff) | |
download | ports-dabbbb8ff612729cf1156d8e2f72fb9c8e34580c.tar.gz ports-dabbbb8ff612729cf1156d8e2f72fb9c8e34580c.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-nouveau/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-radeonhd-devel/Makefile | 2 |
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 |