summaryrefslogtreecommitdiff
path: root/net/freeradius
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-07-30 12:08:47 +0000
committerjmmv <jmmv@pkgsrc.org>2003-07-30 12:08:47 +0000
commit6b18f0ea5f18c25f08cd6ce1d391cbcb593f15c9 (patch)
treedea539908eaa94d1486aece6440f4a3907c8936e /net/freeradius
parent68a9e113a39eceeb4442eaf045a58f5b25f2d419 (diff)
downloadpkgsrc-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/Makefile11
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.