summaryrefslogtreecommitdiff
path: root/dns/autotrust
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2012-01-28 17:28:26 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2012-01-28 17:28:26 +0000
commitc3b5da5af55bab8cfdeb372b0fed692741ce1eda (patch)
tree769c7b1ff1e684727bcb71bdee758a9a6e75a788 /dns/autotrust
parentFix typo in Makefile - add missing double quotation mark to MOD_WRAP_FILE (diff)
- Bump unbound library version
Notes
Notes: svn path=/head/; revision=289943
Diffstat (limited to 'dns/autotrust')
-rw-r--r--dns/autotrust/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/autotrust/Makefile b/dns/autotrust/Makefile
index 9063063236bf..b2180ba87847 100644
--- a/dns/autotrust/Makefile
+++ b/dns/autotrust/Makefile
@@ -7,7 +7,7 @@
PORTNAME= autotrust
PORTVERSION= 0.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/autotrust/
@@ -15,7 +15,7 @@ MAINTAINER= jaap@NLnetLabs.nl
COMMENT= A tool to automatically update DNSSEC trust anchors
LIB_DEPENDS+= ldns.1:${PORTSDIR}/dns/ldns \
- unbound.2:${PORTSDIR}/dns/unbound
+ unbound.3:${PORTSDIR}/dns/unbound
GNU_CONFIGURE= yes
CFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}