aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-23 21:11:20 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-23 21:11:20 +0000
commit7cc4eeb6444c3cae6031db6812762a6aabdd96a1 (patch)
tree34e67602fb3899f74f8e590d5c717d3e6c126e64 /x11-drivers
parent5769d9bdc357d348bc28d0e8982e132838bdab13 (diff)
downloadports-7cc4eeb6444c3cae6031db6812762a6aabdd96a1.tar.gz
ports-7cc4eeb6444c3cae6031db6812762a6aabdd96a1.zip
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=549853
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-ati/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile
index d2b580a45c23..b27428e13795 100644
--- a/x11-drivers/xf86-video-ati/Makefile
+++ b/x11-drivers/xf86-video-ati/Makefile
@@ -19,7 +19,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
# No Radeon kernel driver on non-x86.
-ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64
+ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le
ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86/arm64/powerpc64
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \