Make exclusion of other 32-bit archs explicit.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-09-20 19:50:57 +00:00
parent 74a14e27b4
commit 4b55f512d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549389

View file

@ -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 \