Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2019 01:49:49 +0000 (UTC)
From:      "Timur I. Bakeyev" <timur@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492484 - head/net/samba48
Message-ID:  <201902090149.x191nn67078254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: timur
Date: Sat Feb  9 01:49:49 2019
New Revision: 492484
URL: https://svnweb.freebsd.org/changeset/ports/492484

Log:
  Small typo fix in bind12 run dependency.

Modified:
  head/net/samba48/Makefile

Modified: head/net/samba48/Makefile
==============================================================================
--- head/net/samba48/Makefile	Sat Feb  9 01:39:34 2019	(r492483)
+++ head/net/samba48/Makefile	Sat Feb  9 01:49:49 2019	(r492484)
@@ -269,7 +269,7 @@ CONFIGURE_ARGS+=		\
 				${ICONV_CONFIGURE_BASE}
 ##############################################################################
 BIND911_RUN_DEPENDS=		bind911>=9.11.0.0:dns/bind911
-BIND912_RUN_DEPENDS=		bind911>=9.12.0.0:dns/bind912
+BIND912_RUN_DEPENDS=		bind912>=9.12.0.0:dns/bind912
 NSUPDATE_RUN_DEPENDS=		samba-nsupdate:dns/samba-nsupdate
 
 AVAHI_CONFIGURE_ENABLE=		avahi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902090149.x191nn67078254>