diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-17 01:34:12 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-17 01:34:12 +0800 |
commit | 7860fdb7c2c7f9332ab54c624d0617e2121b9766 (patch) | |
tree | 2ca13c17dbf36ecefb03a92a93a02bba718cc24f | |
parent | 593b7d134246f3fd8550b7fa9c8df8abf4d1d927 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |