diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-22 05:50:15 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-22 05:50:15 +0000 |
commit | aa4154607b9f1ba0c2f5c937a4a98f514bf3d2c5 (patch) | |
tree | f553a33d22a6bd1390aecfe07ffcc05af358f737 /x11-drivers | |
parent | d8868c0a5a99120ebadac809ed731713c1f73c7e (diff) | |
download | ports-aa4154607b9f1ba0c2f5c937a4a98f514bf3d2c5.tar.gz ports-aa4154607b9f1ba0c2f5c937a4a98f514bf3d2c5.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati-legacy/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-drivers/xf86-video-ati-legacy/Makefile b/x11-drivers/xf86-video-ati-legacy/Makefile index 76a5086cd4e8..2c78997c6356 100644 --- a/x11-drivers/xf86-video-ati-legacy/Makefile +++ b/x11-drivers/xf86-video-ati-legacy/Makefile @@ -13,6 +13,10 @@ COMMENT= X.Org ati display driver LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING +# 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 + LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \ libdrm_radeon.so:graphics/libdrm @@ -24,10 +28,6 @@ USE_GL= gl XORG_CAT= driver USE_XORG= pciaccess -# No Radeon kernel driver on non-x86 and PC98. -ONLY_FOR_ARCHS= i386 amd64 -ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86 - CONFIGURE_ARGS+=--disable-udev .include <bsd.port.mk> |