summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg>2016-06-01 13:41:14 +0000
committerjoerg <joerg>2016-06-01 13:41:14 +0000
commit0cea5edd60cfcd91f6f42e5bad6c80a4145ceab1 (patch)
treec6727d5e0cc5f4e4dba912fe4636ede0cdf23ab1 /security
parent53901e0331540fbe70c30d17f9fa4135e061f0e4 (diff)
downloadpkgsrc-0cea5edd60cfcd91f6f42e5bad6c80a4145ceab1.tar.gz
Tell configure where to look for Botan.
Diffstat (limited to 'security')
-rw-r--r--security/softhsm/Makefile4
1 files changed, 2 insertions, 2 deletions
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