From a9483714cede4a2c1d6e1ce6ac3acc6f08e88302 Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 11 Mar 2018 06:10:21 +0000 Subject: 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) --- sysutils/hal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/hal') diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 5b3cf9db467d..282241b26c28 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -70,7 +70,7 @@ FIXED_MOUNTPOINTS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-tools_hal-storage-mount .include -.if (${ARCH}=="i386" || ${ARCH}=="amd64" || ${ARCH}=="ia64") +.if ${ARCH} == amd64 || ${ARCH} == i386 RUN_DEPENDS+= dmidecode:sysutils/dmidecode .endif -- cgit