svn commit: r492484 - head/net/samba48

Timur I. Bakeyev timur at FreeBSD.org
Sat Feb 9 01:49:50 UTC 2019


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


More information about the svn-ports-all mailing list