aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-12 01:18:38 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-12 01:18:38 +0000
commit2d5d9d2cd3294b1fbc6eac299e6386392861f15c (patch)
tree1140fa0b1b9f663581cbb5c27f8c7db66bb59558 /x11-drivers
parent42f25f67e00f99d1e4e825f06be581b75da142e5 (diff)
downloadports-2d5d9d2cd3294b1fbc6eac299e6386392861f15c.tar.gz
ports-2d5d9d2cd3294b1fbc6eac299e6386392861f15c.zip
x11-drivers/xf86-video-amdgpu: enable on powerpc64le
Works fine.
Notes
Notes: svn path=/head/; revision=554927
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-amdgpu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/Makefile b/x11-drivers/xf86-video-amdgpu/Makefile
index e777c3738b7f..ae9f402f7311 100644
--- a/x11-drivers/xf86-video-amdgpu/Makefile
+++ b/x11-drivers/xf86-video-amdgpu/Makefile
@@ -21,8 +21,8 @@ LIB_DEPENDS= libdrm_amdgpu.so:graphics/libdrm
USES= gl xorg-cat:driver
USE_GL= gbm
# No amdgpu kernel driver on non-x86 and PC98.
-ONLY_FOR_ARCHS= aarch64 i386 amd64
-ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86/arm64
+ONLY_FOR_ARCHS= aarch64 i386 amd64 powerpc64le
+ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86/arm64/powerpc64le
CONFIGURE_ARGS+=--disable-udev