diff options
author | pav <pav@FreeBSD.org> | 2009-03-17 07:06:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-17 07:06:14 +0800 |
commit | c1ee0ddedaaa76183a8efc15b678fda4ddfbc89c (patch) | |
tree | 6203bd821b46531c1c16ecf75ab035d4aa367acc /x11-drivers | |
parent | e4e59aae4627333a6b6f727772437d41577ef68a (diff) | |
download | freebsd-ports-gnome-c1ee0ddedaaa76183a8efc15b678fda4ddfbc89c.tar.gz freebsd-ports-gnome-c1ee0ddedaaa76183a8efc15b678fda4ddfbc89c.tar.zst freebsd-ports-gnome-c1ee0ddedaaa76183a8efc15b678fda4ddfbc89c.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
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 |