aboutsummaryrefslogtreecommitdiff
path: root/sysutils/radeontop
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-03 01:14:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-03 01:14:05 +0000
commitdab2f82d314ea77904914b8462ccdf838abcc776 (patch)
treec18272cea1cfd16fb061c8045e9d5bd67dd36f13 /sysutils/radeontop
parente52bc6e02324eab0dc9e0ec40f9e087f239e7ab3 (diff)
downloadports-dab2f82d314ea77904914b8462ccdf838abcc776.tar.gz
ports-dab2f82d314ea77904914b8462ccdf838abcc776.zip
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=439999
Diffstat (limited to 'sysutils/radeontop')
-rw-r--r--sysutils/radeontop/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/radeontop/Makefile b/sysutils/radeontop/Makefile
index dc606e95bdb5..88ee6926f344 100644
--- a/sysutils/radeontop/Makefile
+++ b/sysutils/radeontop/Makefile
@@ -14,6 +14,9 @@ LICENSE= GPLv3
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \
libdrm.so:graphics/libdrm
+NOT_FOR_ARCHS= aarch64 armv6 mips mips64
+NOT_FOR_ARCHS_REASON= fails to compile: fatal error: amdgpu_drm.h file not found
+
USE_GITHUB= yes
GH_ACCOUNT= clbr