aboutsummaryrefslogtreecommitdiff
path: root/net/freeradius/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
committerAde Lovett <ade@FreeBSD.org>2010-09-15 18:35:24 +0000
commit8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch)
tree1e9812bc2638933184cae2b226809eb69253bb9f /net/freeradius/Makefile
parentbe8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff)
downloadports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz
ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip
Notes
Diffstat (limited to 'net/freeradius/Makefile')
-rw-r--r--net/freeradius/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile
index a646a12d435c..840e3c71d558 100644
--- a/net/freeradius/Makefile
+++ b/net/freeradius/Makefile
@@ -7,6 +7,7 @@
PORTNAME= freeradius
PORTVERSION?= 1.1.8
+PORTREVISION?= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
@@ -38,7 +39,7 @@ CONFLICTS+= freeradius-mysql-[0-9].* freeradius-[02-9].*
NO_LATEST_LINK= yes
USE_RC_SUBR= radiusd.sh
-USE_AUTOTOOLS= libltdl:22 libtool:22 autoconf:262
+USE_AUTOTOOLS= libltdl:22 libtool:22 autoconf:267
USE_GMAKE= yes
USE_OPENSSL= yes
MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
@@ -235,7 +236,7 @@ pre-configure:
${REINPLACE_CMD} -e "s:-pthread:${PTHREAD_LIBS}:g" {} \;
# Force the rebuild of some configures from configure.in, as we're patching
# the configure.in
-# NOTE: ${WRKSRC}/configure is rebuilt automatically once autoconf:262 is
+# NOTE: ${WRKSRC}/configure is rebuilt automatically once autoconf:267 is
# added to USE_AUTOTOOLS
@cd ${WRKSRC}/src/modules/rlm_ldap && ${AUTOCONF} -I ${WRKSRC}
@cd ${WRKSRC}/src/modules/rlm_sql/drivers/rlm_sql_mysql \