Author: emaste
Date: Sun Sep 27 22:50:01 2020
New Revision: 366209
URL: https://svnweb.freebsd.org/changeset/base/366209

Log:
  MFC r356323: src.opts.mk: SVNLITE requires FILE

Modified:
  stable/12/share/mk/src.opts.mk
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/mk/src.opts.mk
==============================================================================
--- stable/12/share/mk/src.opts.mk      Sun Sep 27 22:48:43 2020        
(r366208)
+++ stable/12/share/mk/src.opts.mk      Sun Sep 27 22:50:01 2020        
(r366209)
@@ -490,6 +490,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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to