diff options
Diffstat (limited to 'lang/onyx/Makefile')
-rw-r--r-- | lang/onyx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index c04be4c428e7..0fe6db541e02 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= edit.5:${PORTSDIR}/devel/libedit \ USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libedit-prefix=${LOCALBASE} \ --with-pcre-prefix=${LOCALBASE} INSTALLS_SHLIB= yes |