diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2012-12-03 10:52:11 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2012-12-03 10:52:11 +0000 |
commit | 534bdf49374f0bd0d6cf3cf2eeac7c6ed5ff589b (patch) | |
tree | c290799da2caab717092baa275248e930413ebfb /dns/bind97 | |
parent | 680f3118988e8a202fbb7870785d480bc5824030 (diff) | |
download | ports-534bdf49374f0bd0d6cf3cf2eeac7c6ed5ff589b.tar.gz ports-534bdf49374f0bd0d6cf3cf2eeac7c6ed5ff589b.zip |
Notes
Diffstat (limited to 'dns/bind97')
-rw-r--r-- | dns/bind97/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |