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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"