diff options
Diffstat (limited to 'security/hashish/Makefile')
-rw-r--r-- | security/hashish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile index 5be705d816ea..04169d08199d 100644 --- a/security/hashish/Makefile +++ b/security/hashish/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 .endif GNU_CONFIGURE= yes -CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if !defined(WITH_GTK1) |