diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-30 12:08:47 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-30 12:08:47 +0000 |
commit | 6b18f0ea5f18c25f08cd6ce1d391cbcb593f15c9 (patch) | |
tree | dea539908eaa94d1486aece6440f4a3907c8936e /net/freeradius | |
parent | 68a9e113a39eceeb4442eaf045a58f5b25f2d419 (diff) | |
download | pkgsrc-6b18f0ea5f18c25f08cd6ce1d391cbcb593f15c9.tar.gz |
Use multiple lines to set CONFIGURE_ARGS, as usual.
Fix indentation for USE_LIBTOOL line.
Diffstat (limited to 'net/freeradius')
-rw-r--r-- | net/freeradius/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
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. |