From 60ca6ce139f64f2ac4f863abf1546fb611850b48 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 1 Jun 2016 13:41:14 +0000 Subject: Tell configure where to look for Botan. --- security/softhsm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index e2cd1b4f880..833ba1b9444 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/05/19 22:12:09 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2016/06/01 13:41:14 joerg Exp $ # DISTNAME= softhsm-1.3.7 @@ -17,8 +17,8 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX:Q} CONFIGURE_ARGS+= --localstatedir=${VARBASE} +CONFIGURE_ARGS+= --with-botan=${PREFIX} EGDIR= ${PREFIX}/share/examples/softhsm -- cgit v1.2.3