1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Fix default option CRYPTOPP not including its group DNSSEC

This fixes 'pretty-print-config' not including the CRYPTOPP
  option in its output.
This commit is contained in:
Bryan Drewery 2013-05-16 17:34:12 +00:00
parent 6cbdcdda6a
commit 64907f26a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318324

View File

@ -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>