diff options
author | joerg <joerg@pkgsrc.org> | 2016-06-01 13:41:14 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-06-01 13:41:14 +0000 |
commit | 60ca6ce139f64f2ac4f863abf1546fb611850b48 (patch) | |
tree | 73c1626eb28748590c15f3a51ed4e565af75c053 | |
parent | 5f38360744ea8abdd3412444d37da8a2b3a0d79c (diff) | |
download | pkgsrc-60ca6ce139f64f2ac4f863abf1546fb611850b48.tar.gz |
Tell configure where to look for Botan.
-rw-r--r-- | security/softhsm/Makefile | 4 |
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 |