diff options
Diffstat (limited to 'security/prelude-lml')
-rw-r--r-- | security/prelude-lml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index a9cd6de93c3a..49955e32692a 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS+= prelude.1:${PORTSDIR}/security/libprelude \ USE_GMAKE= yes USE_LIBTOOL_VER= 13 -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc .include <bsd.port.mk> |