diff options
author | explorer <explorer@pkgsrc.org> | 2009-01-26 23:38:13 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 2009-01-26 23:38:13 +0000 |
commit | 2cfbd7673328154212de5221af3442b00720fb39 (patch) | |
tree | 4912a87d436dd61246871f35f0069cdec4a0ebd2 /net/ldns | |
parent | 09a105ce846cf93f8a0fc1ff9069e38bf6cfc473 (diff) | |
download | pkgsrc-2cfbd7673328154212de5221af3442b00720fb39.tar.gz |
Add configure option to enable sha256 digest types, as these are seen in the wild. Bump to revision nb1.
Diffstat (limited to 'net/ldns')
-rw-r--r-- | net/ldns/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ldns/Makefile b/net/ldns/Makefile index 3089e1d0119..d77e5e9f38f 100644 --- a/net/ldns/Makefile +++ b/net/ldns/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2008/12/17 17:52:33 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/01/26 23:38:13 explorer Exp $ DISTNAME= ldns-1.4.0 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/drill/ MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ +PKGREVISION= 1 MAINTAINER= he@NetBSD.org HOMEPAGE= http://www.nlnetlabs.nl/projects/ldns/ @@ -14,6 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake perl USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-sha2 REPLACE_PERL= doc/doxyparse.pl |