diff options
Diffstat (limited to 'security/prelude-lml')
-rw-r--r-- | security/prelude-lml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index 6159154ea8c9..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_ARGS+= --with-html-dir=${PREFIX}/share/doc \ - --program-prefix="" +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc .include <bsd.port.mk> |