svn commit: r318324 - head/dns/powerdns

Bryan Drewery bdrewery at FreeBSD.org
Thu May 16 17:34:13 UTC 2013


Author: bdrewery
Date: Thu May 16 17:34:12 2013
New Revision: 318324
URL: http://svnweb.freebsd.org/changeset/ports/318324

Log:
  - Fix default option CRYPTOPP not including its group DNSSEC
    This fixes 'pretty-print-config' not including the CRYPTOPP
    option in its output.

Modified:
  head/dns/powerdns/Makefile

Modified: head/dns/powerdns/Makefile
==============================================================================
--- head/dns/powerdns/Makefile	Thu May 16 17:07:13 2013	(r318323)
+++ head/dns/powerdns/Makefile	Thu May 16 17:34:12 2013	(r318324)
@@ -57,7 +57,7 @@ DNSSEC_DESC=		Enable extra DNSSEC algori
 BOTAN_DESC=		Use Botan
 CRYPTOPP_DESC=		Use Crypto++
 
-OPTIONS_DEFAULT=	PGSQL CRYPTOPP
+OPTIONS_DEFAULT=	PGSQL DNSSEC CRYPTOPP
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list