aboutsummaryrefslogtreecommitdiffstats
path: root/security/prelude-lml
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-03-26 05:26:53 +0800
committerclement <clement@FreeBSD.org>2004-03-26 05:26:53 +0800
commitfbbb81e8a6189a03438ff5fe53e79e1a8f90c7c8 (patch)
treeb29ae43b8662e9ec6585420d6139a07b3dda3601 /security/prelude-lml
parentc6f7ee27cfcb6d9f188a9de3d47f017a27b3ac74 (diff)
downloadfreebsd-ports-gnome-fbbb81e8a6189a03438ff5fe53e79e1a8f90c7c8.tar.gz
freebsd-ports-gnome-fbbb81e8a6189a03438ff5fe53e79e1a8f90c7c8.tar.zst
freebsd-ports-gnome-fbbb81e8a6189a03438ff5fe53e79e1a8f90c7c8.zip
- Use CONFIGURE_TARGET instead of --program-prefix=""
Reminded by: -ports@ discussion
Diffstat (limited to 'security/prelude-lml')
-rw-r--r--security/prelude-lml/Makefile4
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>