From 6b18f0ea5f18c25f08cd6ce1d391cbcb593f15c9 Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 30 Jul 2003 12:08:47 +0000 Subject: Use multiple lines to set CONFIGURE_ARGS, as usual. Fix indentation for USE_LIBTOOL line. --- net/freeradius/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'net/freeradius') diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index cf8ee791668..5eb4ae8898a 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/05/02 11:56:01 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/30 12:08:47 jmmv Exp $ DISTNAME= freeradius-0.7 CATEGORIES= net @@ -13,11 +13,16 @@ COMMENT= Free RADIUS server implementation CONFLICTS+= radiusd-cistron* USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --quiet --with-logdir=/var/log --disable-ltdl-install --with-ltdl-lib=${PREFIX}/lib --with-ltdl-include=${PREFIX}/include USE_BUILDLINK2= YES -USE_LIBTOOL= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CONFIGURE_ARGS= --quiet +CONFIGURE_ARGS+= --with-logdir=/var/log +CONFIGURE_ARGS+= --disable-ltdl-install +CONFIGURE_ARGS+= --with-ltdl-lib=${PREFIX}/lib +CONFIGURE_ARGS+= --with-ltdl-include=${PREFIX}/include + .include "../../mk/bsd.prefs.mk" # Needs semaphore functions as well as thread libs. -- cgit v1.2.3