diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-02-24 17:48:48 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-02-24 17:48:48 +0000 |
commit | 1f7a5c34059c319a97318e15bdda3e5a84687a05 (patch) | |
tree | 1f359fad0fb6833e9e40c148226d874dad8d9c1e /x11-drivers | |
parent | 3b7572805ee427054edb067f8f8257635dbfa7b5 (diff) | |
download | ports-1f7a5c34059c319a97318e15bdda3e5a84687a05.tar.gz ports-1f7a5c34059c319a97318e15bdda3e5a84687a05.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati-legacy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-ati-legacy/Makefile b/x11-drivers/xf86-video-ati-legacy/Makefile index b62cdc96d212..1b657dfbe576 100644 --- a/x11-drivers/xf86-video-ati-legacy/Makefile +++ b/x11-drivers/xf86-video-ati-legacy/Makefile @@ -13,6 +13,8 @@ COMMENT= X.Org ati display driver LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= does not build with xorg-server 1.20.7 + # No Radeon kernel driver on non-x86 and PC98. ONLY_FOR_ARCHS= amd64 i386 powerpc64 ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86 |