Make exclusion of other 32-bit archs explicit.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
74a14e27b4
commit
4b55f512d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549389
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ COMMENT= Simple Linux Utility for Resource Management
|
|||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
NOT_FOR_ARCHS= armv6 armv7 i386 powerpc
|
||||
NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe
|
||||
NOT_FOR_ARCHS_REASON= 32-bit support is deprecated
|
||||
|
||||
LIB_DEPENDS= libjson-c.so:devel/json-c \
|
||||
|
|
Loading…
Reference in a new issue