From b6d385e96fa50755b5c7aa26bbd00aa4e8f78bc7 Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 14 Mar 2015 14:41:07 +0000 Subject: fix openssl detection --- net/drill/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/drill/Makefile b/net/drill/Makefile index 3e922a1f822..0e7ca92c6ab 100644 --- a/net/drill/Makefile +++ b/net/drill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2014/11/21 09:26:24 he Exp $ +# $NetBSD: Makefile,v 1.11 2015/03/14 14:41:07 tnn Exp $ VERSION= 1.6.17 DISTNAME= ldns-${VERSION} @@ -15,7 +15,8 @@ USE_TOOLS+= gmake GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-ldns=${PREFIX} +CONFIGURE_ARGS+= --with-ldns=${BUILDLINK_PREFIX.ldns} +CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} WRKSRC= ${WRKDIR}/${DISTNAME}/drill -- cgit v1.2.3