From dd3e7945f071567a5bcd01d1372df91ff035c878 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 30 Nov 2016 06:41:55 +0100 Subject: [PATCH] dns/ldns: sync with upstream Taken from: FreeBSD --- dns/ldns/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index d797a8632e7..33468ca0bb5 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -87,6 +87,10 @@ INSTALL_TARGET= install-lib install-h install-config .include +.if ${SSL_DEFAULT:Mopenssl-devel} +BROKEN= Does not build with openssl-devel +.endif + .if ${PORT_OPTIONS:MGOST} . if !defined(SSL_DEFAULT) || ${SSL_DEFAULT} == "base" IGNORE_FreeBSD_9= Requires openssl version >= 1.0.0