diff options
author | erwin <erwin@FreeBSD.org> | 2012-12-03 18:52:11 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-12-03 18:52:11 +0800 |
commit | 549a10bf8a3fb76ad5e8f4eafca3243b0c3c0d24 (patch) | |
tree | c290799da2caab717092baa275248e930413ebfb /dns/bind99 | |
parent | eb7734f44c0be4a05c42213c415f854437163c36 (diff) | |
download | freebsd-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/bind99')
-rw-r--r-- | dns/bind99/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |