diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-07-02 20:45:36 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-07-02 20:45:36 +0000 |
commit | fe39dad80734cda8b02366ffb1932b54d835d36d (patch) | |
tree | 0908373c26de50e25d7243ba154e5c435736d8bf /security/softhsm2/Makefile | |
parent | 2bc14230cfe7afa96c439432346248fc0162d153 (diff) | |
download | ports-fe39dad80734cda8b02366ffb1932b54d835d36d.tar.gz ports-fe39dad80734cda8b02366ffb1932b54d835d36d.zip |
Notes
Diffstat (limited to 'security/softhsm2/Makefile')
-rw-r--r-- | security/softhsm2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile index 6a1fec7e67d7..04c83bd25f86 100644 --- a/security/softhsm2/Makefile +++ b/security/softhsm2/Makefile @@ -3,7 +3,7 @@ PORTNAME= softhsm PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ \ http://dist.opendnssec.org/source/testing/ @@ -48,7 +48,7 @@ MIGRATE_CONFIGURE_WITH= migrate CRYP_BOTAN_CONFIGURE_ON= --with-crypto-backend=botan CRYP_BOTAN_LIB_DEPENDS= libbotan-1.10.so:security/botan110 -CRYP_OPEN_CONFIGURE_ON= --with-crypto-backend=openssl +CRYP_OPEN_CONFIGURE_ON= --with-crypto-backend=openssl --with-openssl=${OPENSSLBASE} .include <bsd.port.options.mk> |