From 14295721d421096cb5551d3e1766855a52311df7 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 30 Nov 2017 05:55:17 +0000 Subject: For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so on armv7. This is part one of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) --- sysutils/radeontop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/radeontop') diff --git a/sysutils/radeontop/Makefile b/sysutils/radeontop/Makefile index 88ee6926f344..d30dfbba9fd1 100644 --- a/sysutils/radeontop/Makefile +++ b/sysutils/radeontop/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \ libdrm.so:graphics/libdrm -NOT_FOR_ARCHS= aarch64 armv6 mips mips64 +NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 NOT_FOR_ARCHS_REASON= fails to compile: fatal error: amdgpu_drm.h file not found USE_GITHUB= yes -- cgit v1.2.3