diff options
author | nia <nia@pkgsrc.org> | 2020-04-24 11:56:55 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-04-24 11:56:55 +0000 |
commit | 0beabff8b2997b231c2a8587eedcff300f3f3984 (patch) | |
tree | c4403ccb9b8f227f42fdc3c4788e092e7d4ddabe /net/drill | |
parent | a3dbb18c4426c89b58d0ef7264ee6c8583b8ac52 (diff) | |
download | pkgsrc-0beabff8b2997b231c2a8587eedcff300f3f3984.tar.gz |
net: Mark packages that fail with OpenSSL 1.1 BROKEN
Diffstat (limited to 'net/drill')
-rw-r--r-- | net/drill/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/drill/Makefile b/net/drill/Makefile index 6b9f44a6155..2da7d13a25c 100644 --- a/net/drill/Makefile +++ b/net/drill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/01/18 21:50:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2020/04/24 11:56:55 nia Exp $ VERSION= 1.6.17 DISTNAME= ldns-${VERSION} @@ -12,6 +12,8 @@ MAINTAINER= he@NetBSD.org COMMENT= DNSSEC debugging tool a'la dig LICENSE= modified-bsd +BROKEN= "Fails to build with OpenSSL 1.1" + USE_TOOLS+= gmake GNU_CONFIGURE= yes |