diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2016-08-31 13:22:30 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2016-08-31 13:22:30 +0000 |
commit | 9d9bc6c30588d13029b8acbdb1f4c4914982cbfd (patch) | |
tree | df952676ad8974ee4b22d250c8116b919453f12c /security/openconnect/Makefile | |
parent | b30b9cb91399c3588fb695541fdb4da0b61512ca (diff) | |
download | ports-9d9bc6c30588d13029b8acbdb1f4c4914982cbfd.tar.gz ports-9d9bc6c30588d13029b8acbdb1f4c4914982cbfd.zip |
Notes
Diffstat (limited to 'security/openconnect/Makefile')
-rw-r--r-- | security/openconnect/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile index 77b240105e3e..b09e5a8f82bd 100644 --- a/security/openconnect/Makefile +++ b/security/openconnect/Makefile @@ -26,7 +26,11 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes PORTDOCS= * -OPTIONS_DEFINE= PROXY GNUTLS +OPTIONS_DEFINE= PROXY GNUTLS LZ4 + +LZ4_DESC= LZ4-based compression +LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 +LZ4_CONFIGURE_WITH= lz4 PROXY_DESC= Automatic proxy configuration via libproxy PROXY_LIB_DEPENDS= libproxy.so:net/libproxy |