aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-05-17 01:34:12 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-05-17 01:34:12 +0800
commit7860fdb7c2c7f9332ab54c624d0617e2121b9766 (patch)
tree2ca13c17dbf36ecefb03a92a93a02bba718cc24f
parent593b7d134246f3fd8550b7fa9c8df8abf4d1d927 (diff)
downloadfreebsd-ports-gnome-7860fdb7c2c7f9332ab54c624d0617e2121b9766.tar.gz
freebsd-ports-gnome-7860fdb7c2c7f9332ab54c624d0617e2121b9766.tar.zst
freebsd-ports-gnome-7860fdb7c2c7f9332ab54c624d0617e2121b9766.zip
- Fix default option CRYPTOPP not including its group DNSSEC
This fixes 'pretty-print-config' not including the CRYPTOPP option in its output.
-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>