summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}