Mark as also not for riscv64.
While here, pet portlint (Makevars order). Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
1c5ec1529c
commit
bd8c813741
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556901
1 changed files with 3 additions and 3 deletions
|
@ -11,12 +11,12 @@ COMMENT= Program that shows AMD Radeon GPU resource utilization
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 riscv64
|
||||
NOT_FOR_ARCHS_REASON= fails to compile: fatal error: amdgpu_drm.h file not found
|
||||
|
||||
LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \
|
||||
libdrm.so:graphics/libdrm
|
||||
|
||||
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
|
||||
GH_ACCOUNT= clbr
|
||||
|
||||
|
|
Loading…
Reference in a new issue