aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2012-09-26 20:46:26 +0800
committerzeising <zeising@FreeBSD.org>2012-09-26 20:46:26 +0800
commitf7b4f104c9e2e996453f3ae1dbe048dd5555c376 (patch)
treec6347ec2b567827b15058ff5661cece7e10ca69f /security
parent2269f0ca56df16301ccbb5f910e1b47977bd2d9a (diff)
downloadfreebsd-ports-gnome-f7b4f104c9e2e996453f3ae1dbe048dd5555c376.tar.gz
freebsd-ports-gnome-f7b4f104c9e2e996453f3ae1dbe048dd5555c376.tar.zst
freebsd-ports-gnome-f7b4f104c9e2e996453f3ae1dbe048dd5555c376.zip
Enable the Berkley DB backend by default.
Bump portrevision. PR: ports/154711 Submitted by: Jason C. Wells <jcw@speakeasy.net> (pr) Robert Simmons <rsimmons0@gmail.com> (patch) Approved by: maintainer timeout (12 weeks), kwm (mentor)
Diffstat (limited to 'security')
-rw-r--r--security/heimdal/Makefile4
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 \