aboutsummaryrefslogtreecommitdiff
path: root/security/softhsm2/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-20 19:06:29 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-20 19:06:29 +0000
commit68edbeeaae964d81a4b96aea76974015371e7b07 (patch)
tree3686bc2aca372d50de8d274ce1e86a1d8116f741 /security/softhsm2/Makefile
parent6c829b8efd7cb4bfc790ad69a46f7638be9160d4 (diff)
Notes
Diffstat (limited to 'security/softhsm2/Makefile')
-rw-r--r--security/softhsm2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile
index 22784df1b717..70c2fa30779a 100644
--- a/security/softhsm2/Makefile
+++ b/security/softhsm2/Makefile
@@ -14,11 +14,10 @@ COMMENT= Software implementation of a Hardware Security Module (HSM)
LICENSE= BSD2CLAUSE
-LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
GNU_CONFIGURE= yes
-
-CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE}
+CONFIGURE_ARGS= --with-sqlite3=${LOCALBASE} --localstatedir="${PREFIX}/var"
INSTALL_TARGET= install-strip
USES= libtool