diff options
author | Johan van Selst <johans@FreeBSD.org> | 2017-11-21 21:15:35 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2017-11-21 21:15:35 +0000 |
commit | 60a014287dfc88b0678522b80fd8d5716551e205 (patch) | |
tree | 156b2fff984cb467ede89d826abbe50e21efb1b3 /security/wolfssl/Makefile | |
parent | 8f05b6d00f313e6869811fab0b9f516bf44e733c (diff) | |
download | ports-60a014287dfc88b0678522b80fd8d5716551e205.tar.gz ports-60a014287dfc88b0678522b80fd8d5716551e205.zip |
Notes
Diffstat (limited to 'security/wolfssl/Makefile')
-rw-r--r-- | security/wolfssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/wolfssl/Makefile b/security/wolfssl/Makefile index 9b88ef593e36..979f2158107f 100644 --- a/security/wolfssl/Makefile +++ b/security/wolfssl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= wolfssl -PORTVERSION= 3.11.0 +PORTVERSION= 3.12.2 CATEGORIES= security devel MASTER_SITES= http://www.wolfssl.com/ @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-shared --enable-static \ --enable-dtls --enable-opensslextra --enable-ipv6 \ --enable-dsa --enable-dh --enable-ecc --enable-sni \ - --enable-ripemd --enable-sha512 + --enable-ripemd --enable-sha512 --enable-opensslcoexist USE_LDCONFIG= yes PORTDOCS= * |