diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-10-31 07:58:36 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-10-31 07:58:36 +0000 |
commit | 25334a5bb6f240d33841b98900e455f0491067d4 (patch) | |
tree | db8d9ad63c53a1ce2ecf3f1783f2ed6d429af126 /dns/autotrust | |
parent | 1ae611b9c0583da7d7af71e4f6b9d061170f33d0 (diff) | |
download | ports-25334a5bb6f240d33841b98900e455f0491067d4.tar.gz ports-25334a5bb6f240d33841b98900e455f0491067d4.zip |
Notes
Diffstat (limited to 'dns/autotrust')
-rw-r--r-- | dns/autotrust/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/autotrust/Makefile b/dns/autotrust/Makefile index b2180ba87847..23b09a15cb22 100644 --- a/dns/autotrust/Makefile +++ b/dns/autotrust/Makefile @@ -7,15 +7,15 @@ PORTNAME= autotrust PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/autotrust/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= A tool to automatically update DNSSEC trust anchors -LIB_DEPENDS+= ldns.1:${PORTSDIR}/dns/ldns \ - unbound.3:${PORTSDIR}/dns/unbound +LIB_DEPENDS+= ldns:${PORTSDIR}/dns/ldns \ + unbound:${PORTSDIR}/dns/unbound GNU_CONFIGURE= yes CFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |