summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortnn <tnn>2015-03-14 14:41:07 +0000
committertnn <tnn>2015-03-14 14:41:07 +0000
commitb5c2ff20e90da3beba5e0f52ded548a54f8b1d13 (patch)
tree14f9e3dea8e6cf706c42be318e034f89549fb1d5 /net
parent2ab1393807831bf67c5ec4df3ff86742d31ac7b7 (diff)
downloadpkgsrc-b5c2ff20e90da3beba5e0f52ded548a54f8b1d13.tar.gz
fix openssl detection
Diffstat (limited to 'net')
-rw-r--r--net/drill/Makefile5
1 files changed, 3 insertions, 2 deletions
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