diff options
Diffstat (limited to 'finance/khacc/Makefile')
-rw-r--r-- | finance/khacc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/khacc/Makefile b/finance/khacc/Makefile index d0f3a5ffbfd9..1e1d7d196c07 100644 --- a/finance/khacc/Makefile +++ b/finance/khacc/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes WANT_AUTOMAKE_VER= 19 WANT_AUTOCONF_VER= 259 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-qhacc-config=${X11BASE}/bin MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" |