aboutsummaryrefslogtreecommitdiff
path: root/net/gnu-radius
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-01-22 16:04:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-01-22 16:04:11 +0000
commit13c0f276050af12993dbcdf0f2c276d70b2ad751 (patch)
treecb8ac7f48c174332248e1467018137acf40d1173 /net/gnu-radius
parent1fe364400380af2bf36b77f3f8042eb2e67e1c94 (diff)
downloadports-13c0f276050af12993dbcdf0f2c276d70b2ad751.tar.gz
ports-13c0f276050af12993dbcdf0f2c276d70b2ad751.zip
- Chase lang/guile shlib bump
Notes
Notes: svn path=/head/; revision=226679
Diffstat (limited to 'net/gnu-radius')
-rw-r--r--net/gnu-radius/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile
index 24877571ccb0..531a5fcb1e05 100644
--- a/net/gnu-radius/Makefile
+++ b/net/gnu-radius/Makefile
@@ -6,6 +6,7 @@
PORTNAME= gnu-radius
PORTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= radius
@@ -58,7 +59,7 @@ CONFIGURE_ARGS+=--enable-snmp
.endif
.if defined(WITH_CLIENT)
-LIB_DEPENDS+= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
CONFIGURE_ARGS+=--enable-client
PLIST_SUB+= CLIENT=""
.else