Avoir silly warning messages on non supported archs.

Warning: sysutils/hpacucli dependency on misc/compat4x has wrong PKGNAME of 'compat4x-i386' but should be 'compat4x-aarch64'

Reported by:	emaste
This commit is contained in:
Mathieu Arnold 2019-11-04 14:47:07 +00:00
parent 629d55f11d
commit 98725acdb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516647

View File

@ -14,7 +14,9 @@ ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= relies on compatXx features that are x86-specific
RUN_DEPENDS= compat4x-i386>0:misc/compat4x \
compat5x-${ARCH}>0:misc/compat5x
${RUN_DEPENDS_${ARCH}}
RUN_DEPENDS_i386= compat5x-i386>0:misc/compat5x
RUN_DEPENDS_amd64= compat5x-amd64>0:misc/compat5x
USES= tar:bzip2
NO_BUILD= yes