diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:31:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:31:33 +0000 |
commit | af904205006e1bcaf40e96e91da887b0b98300d8 (patch) | |
tree | 45355dccba19623f8780fff011f8b7e1a576c0e2 /security/softhsm2/Makefile | |
parent | 553a47640510b57796e3127bb174d6e9fddf8e91 (diff) |
Notes
Diffstat (limited to 'security/softhsm2/Makefile')
-rw-r--r-- | security/softhsm2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile index 44dba46911c7..608b5fa5e66b 100644 --- a/security/softhsm2/Makefile +++ b/security/softhsm2/Makefile @@ -18,12 +18,11 @@ LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sqlite3=${LOCALBASE} --localstatedir="${PREFIX}/var" INSTALL_TARGET= install-strip -USES= libtool +USES= libtool sqlite CONFLICTS= softhsm-1.* USE_LDCONFIG= yes -USE_SQLITE= yes OPTIONS_SINGLE= CRYP OPTIONS_SINGLE_CRYP= CRYP_OPEN CRYP_BOTAN |