diff options
Diffstat (limited to 'sysutils/ipmitool/Makefile')
-rw-r--r-- | sysutils/ipmitool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ipmitool/Makefile b/sysutils/ipmitool/Makefile index 38a2269d93b2..41f779f450e0 100644 --- a/sysutils/ipmitool/Makefile +++ b/sysutils/ipmitool/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} # On FreeBSD only lan and lanplus interfaces are supported at this time CONFIGURE_ARGS+= --enable-intf-lan --enable-intf-lanplus \ --disable-intf-open --disable-intf-imb --disable-intf-lipmi |