aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnu-radius
diff options
context:
space:
mode:
authorjlaffaye <jlaffaye@FreeBSD.org>2011-07-31 23:07:08 +0800
committerjlaffaye <jlaffaye@FreeBSD.org>2011-07-31 23:07:08 +0800
commit928f085934e95bc12a55fd2101aa82e249c2be43 (patch)
tree0a7f35a82bb43698e3659b7e0594c998d053258e /net/gnu-radius
parentcbbd4bf213aeea874926a7cd9156489b0f32e578 (diff)
downloadfreebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.tar.gz
freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.tar.zst
freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.zip
- Chase guile shared lib bump
- Add an entry to UPDATING
Diffstat (limited to 'net/gnu-radius')
-rw-r--r--net/gnu-radius/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnu-radius/Makefile b/net/gnu-radius/Makefile
index ba003a519f38..d075795db797 100644
--- a/net/gnu-radius/Makefile
+++ b/net/gnu-radius/Makefile
@@ -63,7 +63,7 @@ CONFIGURE_ARGS+=--enable-snmp
.endif
.if defined(WITH_CLIENT)
-LIB_DEPENDS+= guile.20:${PORTSDIR}/lang/guile
+LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile
CONFIGURE_ARGS+=--enable-client
PLIST_SUB+= CLIENT=""
.else