summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/fpc-openssl/Makefile2
-rw-r--r--security/libssh/Makefile2
-rw-r--r--security/softhsm2/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/security/fpc-openssl/Makefile b/security/fpc-openssl/Makefile
index 547a2274bc42..041fbe6ae3a1 100644
--- a/security/fpc-openssl/Makefile
+++ b/security/fpc-openssl/Makefile
@@ -17,6 +17,6 @@ OPTIONS_DEFINE= OPENSSL
OPENSSL_DESC= Install SSL and crypto library
OPTIONS_DEFAULT= OPENSSL
-OPENSSL_USE= OPENSSL=yes
+OPENSSL_USES= ssl
.include "${MASTERDIR}/Makefile"
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index 6db66e282042..2d823c250048 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -30,7 +30,7 @@ GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt
GCRYPT_CMAKE_ON= -DWITH_GCRYPT:BOOL=ON
GCRYPT_CMAKE_OFF= -DWITH_GCRYPT:BOOL=OFF
-OPENSSL_USE= openssl=yes
+OPENSSL_USES= ssl
SSH1_DESC= Build with SSH1 support
SSH1_CMAKE_ON= -DWITH_SSH1:BOOL=ON
diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile
index 63426f3985d0..81b379ee7320 100644
--- a/security/softhsm2/Makefile
+++ b/security/softhsm2/Makefile
@@ -35,7 +35,7 @@ OPTIONS_DEFAULT= CRYP_OPEN
CRYP_BOTAN_CONFIGURE_ON= --with-crypto-backend=botan
CRYP_BOTAN_LIB_DEPENDS= libbotan-1.10.so:security/botan110
-CRYP_OPEN_USE= openssl=yes
+CRYP_OPEN_USES= ssl
CRYP_OPEN_CONFIGURE_ON= --with-crypto-backend=openssl
.include <bsd.port.options.mk>