diff options
Diffstat (limited to 'net/ldns')
-rw-r--r-- | net/ldns/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/ldns/Makefile b/net/ldns/Makefile index 1836108a33d..749965fcb46 100644 --- a/net/ldns/Makefile +++ b/net/ldns/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2011/07/27 04:02:30 pettai Exp $ +# $NetBSD: Makefile,v 1.18 2011/08/20 08:07:48 obache Exp $ DISTNAME= ldns-1.6.10 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ @@ -17,7 +18,9 @@ GNU_CONFIGURE= yes REPLACE_PERL= doc/doxyparse.pl -BUILDLINK_ABI_DEPENDS.openssl+= openssl>=0.9.8 +CHECK_BUILTIN.openssl= yes +.include "../../security/openssl/builtin.mk" +CHECK_BUILTIN.openssl= no .include "../../security/openssl/buildlink3.mk" PLIST_VARS+= sha2 gost |