From 7cc4eeb6444c3cae6031db6812762a6aabdd96a1 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 23 Sep 2020 21:11:20 +0000 Subject: Allow building on powerpc64le. Approved by: portmgr (tier-2 blanket) --- x11-drivers/xf86-video-ati/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-drivers') 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 \ -- cgit v1.2.3