Clean up ARCH statement.

ia64 is no longer supported.  In addition, ARCH values do not need to
be quoted; and per portlint, they ought to be sorted.

PR:		223983
Approved by:	gnome (maintainer timeout)
This commit is contained in:
Mark Linimon 2018-03-11 06:10:21 +00:00
parent 4d9bb5b6df
commit a6f07d4476
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464144

View File

@ -70,7 +70,7 @@ FIXED_MOUNTPOINTS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-tools_hal-storage-mount
.include <bsd.port.pre.mk>
.if (${ARCH}=="i386" || ${ARCH}=="amd64" || ${ARCH}=="ia64")
.if ${ARCH} == amd64 || ${ARCH} == i386
RUN_DEPENDS+= dmidecode:sysutils/dmidecode
.endif