diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2012-09-26 12:46:26 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2012-09-26 12:46:26 +0000 |
commit | 9512fec4fd14b659d54d3b7cbe568a7d70875660 (patch) | |
tree | c6347ec2b567827b15058ff5661cece7e10ca69f /security/heimdal | |
parent | c5fc7a1558f237aa82e573224ad2bf545fe931b1 (diff) | |
download | ports-9512fec4fd14b659d54d3b7cbe568a7d70875660.tar.gz ports-9512fec4fd14b659d54d3b7cbe568a7d70875660.zip |
Notes
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index f0303cee2805..38faf93754bf 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -7,7 +7,7 @@ PORTNAME= heimdal PORTVERSION= 1.5.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security ipv6 MASTER_SITES= http://www.h5l.org/dist/src/ \ http://ftp.pdc.kth.se/pub/heimdal/src/ \ @@ -21,7 +21,7 @@ CONFLICTS= krb4-[0-9]* krb5-[0-9]* srp-[0-9]* OPTIONS= IPV6 "Enable IPV6 support" on \ KCM "Enable Kerberos Credentials Manager" on \ - BDB "Enable BerkeleyDB KDC backend support" off \ + BDB "Enable BerkeleyDB KDC backend support" on \ SQLITE "Enable SQLite KDC backend support" off \ LDAP "Enable OpenLDAP KDC backend support" off \ PKINIT "Enable PK-INIT support" on \ |