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 | 556da9a79b68149b7d12e560223dd12cc7553c56 (patch) | |
tree | 4912a87d436dd61246871f35f0069cdec4a0ebd2 | |
parent | 66e850daaaca61e65c30ab449394fe5b8892cf7f (diff) | |
download | pkgsrc-556da9a79b68149b7d12e560223dd12cc7553c56.tar.gz |
Add configure option to enable sha256 digest types, as these are seen in the wild. Bump to revision nb1.
-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 |