svn commit: r246833 - head/share/mk

Dag-Erling Smørgrav des at FreeBSD.org
Fri Feb 15 14:22:24 UTC 2013


Author: des
Date: Fri Feb 15 14:22:23 2013
New Revision: 246833
URL: http://svnweb.freebsd.org/changeset/base/246833

Log:
  The relationship between LDNS_UTILS and BIND_UTILS was inverted.

Modified:
  head/share/mk/bsd.own.mk

Modified: head/share/mk/bsd.own.mk
==============================================================================
--- head/share/mk/bsd.own.mk	Fri Feb 15 14:22:05 2013	(r246832)
+++ head/share/mk/bsd.own.mk	Fri Feb 15 14:22:23 2013	(r246833)
@@ -477,7 +477,7 @@ MK_BIND_UTILS:=	no
 MK_LDNS_UTILS:=	no
 .endif
 
-.if ${MK_LDNS_UTILS} == "no"
+.if ${MK_LDNS_UTILS} != "no"
 MK_BIND_UTILS:=	no
 .endif
 


More information about the svn-src-head mailing list