aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2012-12-03 18:52:11 +0800
committererwin <erwin@FreeBSD.org>2012-12-03 18:52:11 +0800
commit549a10bf8a3fb76ad5e8f4eafca3243b0c3c0d24 (patch)
treec290799da2caab717092baa275248e930413ebfb /dns
parenteb7734f44c0be4a05c42213c415f854437163c36 (diff)
downloadfreebsd-ports-gnome-549a10bf8a3fb76ad5e8f4eafca3243b0c3c0d24.tar.gz
freebsd-ports-gnome-549a10bf8a3fb76ad5e8f4eafca3243b0c3c0d24.tar.zst
freebsd-ports-gnome-549a10bf8a3fb76ad5e8f4eafca3243b0c3c0d24.zip
Improve the SSL option description
Submitted by: Kazunori Fujiwara <fujiwara@jprs.co.jp> Feature safe: yes
Diffstat (limited to 'dns')
-rw-r--r--dns/bind96/Makefile2
-rw-r--r--dns/bind97/Makefile2
-rw-r--r--dns/bind98/Makefile2
-rw-r--r--dns/bind99/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile
index 631130313c75..80a46d35f6d6 100644
--- a/dns/bind96/Makefile
+++ b/dns/bind96/Makefile
@@ -28,7 +28,7 @@ OPTIONS_SINGLE= DLZ
OPTIONS_SINGLE_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \
DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB
-SSL_DESC= Building without OpenSSL removes DNSSEC
+SSL_DESC= Build with OpenSSL (Required for DNSSEC)
LINKS_DESC= Create conf file symlinks in ${PREFIX}
XML_DESC= Support for xml statistics output
REPLACE_BASE_DESC= Replace base BIND with this version
diff --git a/dns/bind97/Makefile b/dns/bind97/Makefile
index c457022805c8..22bd8e6963b7 100644
--- a/dns/bind97/Makefile
+++ b/dns/bind97/Makefile
@@ -32,7 +32,7 @@ OPTIONS_SINGLE= DLZ
OPTIONS_SINGLE_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \
DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB
-SSL_DESC= Building without OpenSSL removes DNSSEC
+SSL_DESC= Build with OpenSSL (Required for DNSSEC)
LINKS_DESC= Create conf file symlinks in ${PREFIX}
XML_DESC= Support for xml statistics output
REPLACE_BASE_DESC= Replace base BIND with this version
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile
index bc7d9b44655c..24c25d34d782 100644
--- a/dns/bind98/Makefile
+++ b/dns/bind98/Makefile
@@ -30,7 +30,7 @@ OPTIONS_SINGLE= DLZ
OPTIONS_SINGLE_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \
DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB
-SSL_DESC= Building without OpenSSL removes DNSSEC
+SSL_DESC= Build with OpenSSL (Required for DNSSEC)
LINKS_DESC= Create conf file symlinks in ${PREFIX}
XML_DESC= Support for xml statistics output
REPLACE_BASE_DESC= Replace base BIND with this version
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index 571fb3d6b71b..651299d9349d 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -31,7 +31,7 @@ OPTIONS_SINGLE= DLZ
OPTIONS_SINGLE_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \
DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB
-SSL_DESC= Building without OpenSSL removes DNSSEC
+SSL_DESC= Build with OpenSSL (Required for DNSSEC)
LINKS_DESC= Create conf file symlinks in ${PREFIX}
XML_DESC= Support for xml statistics output
REPLACE_BASE_DESC= Replace base BIND with this version