diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-29 15:00:43 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-29 15:00:43 +0000 |
commit | fac4dc47ebabe2cf90fccffea83011f507696dc7 (patch) | |
tree | 7531c239934c1bb090fa649e4078d5ed525f51af /security/softhsm | |
parent | 8ca2b1d272379591db9caebf8a5e3322af55ddcf (diff) | |
download | ports-fac4dc47ebabe2cf90fccffea83011f507696dc7.tar.gz ports-fac4dc47ebabe2cf90fccffea83011f507696dc7.zip |
Notes
Diffstat (limited to 'security/softhsm')
-rw-r--r-- | security/softhsm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index e1362d6e5feb..9a8b7a9d0a5e 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-botan=${LOCALBASE} --with-sqlite3=${LOCALBASE} \ --localstatedir=/var INSTALL_TARGET= install-strip -USES= libtool +USES= libtool ssl USE_LDCONFIG= yes CONFLICTS= softhsm2-2.0.* |