diff options
author | obache <obache@pkgsrc.org> | 2011-08-20 08:07:48 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-20 08:07:48 +0000 |
commit | 8227c851bb3c661ce52babe9f44d29bc27ecd270 (patch) | |
tree | 73de80fa8865051447d8da756de09f5bc421394d /net | |
parent | 9fcfd94435dbd4f882bfbd8b63c4e6f51ad04641 (diff) | |
download | pkgsrc-8227c851bb3c661ce52babe9f44d29bc27ecd270.tar.gz |
Fixes builtin openssl version detection.
(it was committed accidently in rev1.10 with wip state).
Bump PKGREVISION.
Diffstat (limited to 'net')
-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 |