As a test, restrict the dependency on dmidecode to x86.

This commit is contained in:
Mark Linimon 2016-11-20 01:56:33 +00:00
parent 76765c71cd
commit 9ef2eb8602
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426549

View File

@ -15,8 +15,7 @@ COMMENT= Keep track of the computers configuration and software
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= dmidecode:sysutils/dmidecode \
lspci:sysutils/pciutils \
RUN_DEPENDS= lspci:sysutils/pciutils \
p5-Net-IP>=0:net-mgmt/p5-Net-IP \
p5-Proc-Daemon>=0:devel/p5-Proc-Daemon \
p5-XML-Simple>=0:textproc/p5-XML-Simple \
@ -53,4 +52,9 @@ SNMP_RUN_DEPENDS= p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \
p5-Nmap-Parser>=0:security/p5-Nmap-Parser \
nmap:security/nmap
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 || ${ARCH} == i386
RUN_DEPENDS+= dmidecode:sysutils/dmidecode
.endif
.include <bsd.port.post.mk>