diff options
author | shaun <shaun@FreeBSD.org> | 2006-10-06 00:20:13 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-10-06 00:20:13 +0800 |
commit | da763a726c2acf8d445979300d2edd57c7fd164a (patch) | |
tree | c319f82c8c50c004a40c894e3573ea21582a6538 /net/freeradius | |
parent | 05f2339289f04016642eb3071c1b9e968f8326c6 (diff) | |
download | freebsd-ports-gnome-da763a726c2acf8d445979300d2edd57c7fd164a.tar.gz freebsd-ports-gnome-da763a726c2acf8d445979300d2edd57c7fd164a.tar.zst freebsd-ports-gnome-da763a726c2acf8d445979300d2edd57c7fd164a.zip |
- Chase shared library version bump in security/heimdal.
- Remove 4.x-specific BROKEN in net/arla (caused by heimdal).
Diffstat (limited to 'net/freeradius')
-rw-r--r-- | net/freeradius/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index a5e57a458830..4bd1ac0c0df9 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -7,6 +7,7 @@ PORTNAME= freeradius PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \ http://freeradius.portal-to-web.de/ @@ -66,7 +67,7 @@ WITH_KERBEROS= yes .ifdef(WITH_KERBEROS) .ifdef(WITH_HEIMDAL) -LIB_DEPENDS+= krb5.20:${PORTSDIR}/security/heimdal +LIB_DEPENDS+= krb5.21:${PORTSDIR}/security/heimdal CONFIGURE_ARGS+=--enable-heimdal-krb5 .else LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 |