aboutsummaryrefslogtreecommitdiff
path: root/security/openconnect
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-12-16 08:56:09 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-12-16 08:56:09 +0000
commit230ecab145502f1c9985d261367b4db5a06eaf48 (patch)
treed8af84f4cb0839b1149301ac56c2f958da3b01c9 /security/openconnect
parent2aa74789c215f16476ee83e9028ec1af0d3d5c84 (diff)
downloadports-230ecab145502f1c9985d261367b4db5a06eaf48.tar.gz
ports-230ecab145502f1c9985d261367b4db5a06eaf48.zip
Notes
Diffstat (limited to 'security/openconnect')
-rw-r--r--security/openconnect/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile
index 48f90d3740f5..a835cf41bf6c 100644
--- a/security/openconnect/Makefile
+++ b/security/openconnect/Makefile
@@ -1,4 +1,4 @@
-# Created by: Damian Gerow
+# Created by: Damian Gerow <dgerow@afflictions.org>
# $FreeBSD$
PORTNAME= openconnect
@@ -28,11 +28,11 @@ PORTDOCS= *
OPTIONS_DEFINE= PROXY GNUTLS
-PROXY_DESC= Enable automatic proxy configuratio via libproxy
+PROXY_DESC= Automatic proxy configuration via libproxy
PROXY_LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy
PROXY_CONFIGURE_WITH= libproxy
-GNUTLS_DESC= Use GnuTLS instead of OpenSSL(EXPERIMENTAL)
+GNUTLS_DESC= Use GnuTLS instead of OpenSSL (experimental)
GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
GNUTLS_CONFIGURE_WITH= gnutls
GNUTLS_USE_OFF= OPENSSL=yes