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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to