svn commit: r356323 - head/share/mk

Ed Maste emaste at FreeBSD.org
Fri Jan 3 18:20:03 UTC 2020


Author: emaste
Date: Fri Jan  3 18:20:03 2020
New Revision: 356323
URL: https://svnweb.freebsd.org/changeset/base/356323

Log:
  src.opts.mk: SVNLITE requires FILE
  
  Reported by:	Build Options Survey run by Michael Dexter

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Fri Jan  3 18:11:55 2020	(r356322)
+++ head/share/mk/src.opts.mk	Fri Jan  3 18:20:03 2020	(r356323)
@@ -484,6 +484,10 @@ MK_TESTS:=	no
 MK_BSDINSTALL:=	no
 .endif
 
+.if ${MK_FILE} == "no"
+MK_SVNLITE:=	no
+.endif
+
 .if ${MK_MAIL} == "no"
 MK_MAILWRAPPER:= no
 MK_SENDMAIL:=	no


More information about the svn-src-all mailing list