diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-25 21:26:53 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-25 21:26:53 +0000 |
commit | 0dd9c1c8fc35a606f2b31fcc57fcfe01c0e21886 (patch) | |
tree | 6fa27efc494bed2f6879e9e4db86b8f3cba9fae9 /security/prelude-lml | |
parent | 10b5e36ca09dc14685f4f8dacbb9c428526f318c (diff) | |
download | ports-0dd9c1c8fc35a606f2b31fcc57fcfe01c0e21886.tar.gz ports-0dd9c1c8fc35a606f2b31fcc57fcfe01c0e21886.zip |
Notes
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> |