aboutsummaryrefslogtreecommitdiff
path: root/sysutils/radeontop
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-11-30 05:55:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-11-30 05:55:17 +0000
commit14295721d421096cb5551d3e1766855a52311df7 (patch)
tree091112aa72274375ca573520ce5e99f32b2c8aff /sysutils/radeontop
parent31eb9a640d033841216e7abfae5f66a9078495f6 (diff)
downloadports-14295721d421096cb5551d3e1766855a52311df7.tar.gz
ports-14295721d421096cb5551d3e1766855a52311df7.zip
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)
Notes
Notes: svn path=/head/; revision=455165
Diffstat (limited to 'sysutils/radeontop')
-rw-r--r--sysutils/radeontop/Makefile2
1 files changed, 1 insertions, 1 deletions
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