summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-16 17:34:12 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-16 17:34:12 +0000
commit64907f26a84095b1368fbfd75911f35339cdc4ae (patch)
tree2ca13c17dbf36ecefb03a92a93a02bba718cc24f /dns
parentUpdate to 7.6. (diff)
- Fix default option CRYPTOPP not including its group DNSSEC
This fixes 'pretty-print-config' not including the CRYPTOPP option in its output.
Notes
Notes: svn path=/head/; revision=318324
Diffstat (limited to 'dns')
-rw-r--r--dns/powerdns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index b4fe93e5f5b6..32aa6024b75e 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -57,7 +57,7 @@ DNSSEC_DESC= Enable extra DNSSEC algorithms (13 & 14)
BOTAN_DESC= Use Botan
CRYPTOPP_DESC= Use Crypto++
-OPTIONS_DEFAULT= PGSQL CRYPTOPP
+OPTIONS_DEFAULT= PGSQL DNSSEC CRYPTOPP
.include <bsd.port.options.mk>