diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2017-01-05 08:38:30 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2017-01-05 08:38:30 +0000 |
commit | 6077e6afc01b14024e6ca8836eea6f9413c0b322 (patch) | |
tree | 41f7f3ea3151f67a17bb148a0fdd5030f70f9d35 /security | |
parent | 5598777730accaa6064486266e9ee306e28b002e (diff) | |
download | freebsd-ports-6077e6afc01b14024e6ca8836eea6f9413c0b322.zip |
Flag conflict between PKCS11 and MBEDTLS in OPTIONS.
Diffstat (limited to 'security')
-rw-r--r-- | security/openvpn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 48f35a1fa149..f24ba858548d 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -48,6 +48,8 @@ EASYRSA_RUN_DEPENDS= easy-rsa>=0:security/easy-rsa PKCS11_LIB_DEPENDS= libpkcs11-helper.so:security/pkcs11-helper PKCS11_CONFIGURE_ENABLE= pkcs11 +PKCS11_PREVENTS= MBEDTLS +PKCS11_PREVENTS_MSG= OpenVPN cannot use pkcs11-helper with mbedTLS. Disable PKCS11, or use OpenSSL instead TUNNELBLICK_EXTRA_PATCHES= ${FILESDIR}/extra-tunnelblick-openvpn_xorpatch |