aboutsummaryrefslogtreecommitdiff
path: root/dns/opendnssec/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2014-07-23 08:30:09 +0000
committerErwin Lansing <erwin@FreeBSD.org>2014-07-23 08:30:09 +0000
commit928595fc5593fcad1021565c0243df9e780cb04d (patch)
tree1c4acfcd402b35ed692b87513af871d068fb3fd4 /dns/opendnssec/Makefile
parent81bec741fb2aad0987a3b0edd25eb18f10beb99a (diff)
Notes
Diffstat (limited to 'dns/opendnssec/Makefile')
-rw-r--r--dns/opendnssec/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/dns/opendnssec/Makefile b/dns/opendnssec/Makefile
index 02c499ea2400..5fdfb8cc0915 100644
--- a/dns/opendnssec/Makefile
+++ b/dns/opendnssec/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= opendnssec
-PORTVERSION= 1.4.5
-PORTREVISION= 2
+PORTVERSION= 1.4.6
CATEGORIES= dns
-MASTER_SITES= http://dist.opendnssec.org/source/
+MASTER_SITES= http://dist.opendnssec.org/source/
MAINTAINER= jaap@NLnetLabs.nl
COMMENT= Tool suite for maintaining DNSSEC
@@ -53,13 +52,15 @@ SCRIPTDATA= migrate_adapters_1.mysql migrate_keyshare_mysql.pl \
.endif
.if ${PORT_OPTIONS:MSQLITE}
+CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE}
+CONFIGURE_ARGS+= --with-database-backend=sqlite3
BUILD_DEPENDS+= sqlite3>=3.3.9:${PORTSDIR}/databases/sqlite3
SCRIPTDATA= database_create.sqlite3 migrate_keyshare_sqlite3.pl \
migrate_adapters_1.sqlite3 migrate_to_ng_sqlite.pl
.endif
.if ${PORT_OPTIONS:MSOFTHSM}
-CONFIGURE_ARGS+= --with-pkcs11-softhsm=${LOCALBASE}/lib/libsofthsm.so
+CONFIGURE_ARGS+= --with-pkcs11-softhsm=${LOCALBASE}/lib/softhsm/libsofthsm.so
RUN_DEPENDS+= softhsm>=1.2.0:${PORTSDIR}/security/softhsm
.endif