diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-14 14:41:07 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-14 14:41:07 +0000 |
commit | b6d385e96fa50755b5c7aa26bbd00aa4e8f78bc7 (patch) | |
tree | 14f9e3dea8e6cf706c42be318e034f89549fb1d5 /net | |
parent | 8b6e246e08f199684e900a48e171e6f49bb2f22d (diff) | |
download | pkgsrc-b6d385e96fa50755b5c7aa26bbd00aa4e8f78bc7.tar.gz |
fix openssl detection
Diffstat (limited to 'net')
-rw-r--r-- | net/drill/Makefile | 5 |
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 |