svn commit: r305759 - head/dns/libbind

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 12 07:06:47 UTC 2012


Author: bapt
Date: Fri Oct 12 07:06:46 2012
New Revision: 305759
URL: http://svn.freebsd.org/changeset/ports/305759

Log:
  forgot the keep the defaults
  
  Feature safe:	yes

Modified:
  head/dns/libbind/Makefile

Modified: head/dns/libbind/Makefile
==============================================================================
--- head/dns/libbind/Makefile	Fri Oct 12 07:04:45 2012	(r305758)
+++ head/dns/libbind/Makefile	Fri Oct 12 07:06:46 2012	(r305759)
@@ -18,6 +18,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var --with-randomdev=/dev/random
 
 OPTIONS_DEFINE=	IPV6 THREADS
+OPTIONS_DEFAULT=	IPV6 THREADS
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list