svn commit: r307770 - stable/11
Baptiste Daroussin
bapt at FreeBSD.org
Sat Oct 22 13:09:31 UTC 2016
Author: bapt
Date: Sat Oct 22 13:09:30 2016
New Revision: 307770
URL: https://svnweb.freebsd.org/changeset/base/307770
Log:
MFC: 306864,307648
Groff is needed only if MK_GROFF and MK_SHAREDOCS are both true.
Modified:
stable/11/Makefile.inc1
Modified: stable/11/Makefile.inc1
==============================================================================
--- stable/11/Makefile.inc1 Sat Oct 22 11:26:22 2016 (r307769)
+++ stable/11/Makefile.inc1 Sat Oct 22 13:09:30 2016 (r307770)
@@ -1570,7 +1570,7 @@ _strfile= usr.bin/fortune/strfile
_gperf= gnu/usr.bin/gperf
.endif
-.if ${MK_GROFF} != "no"
+.if ${MK_SHAREDOCS} != "no" && ${MK_GROFF} != "no"
_groff= gnu/usr.bin/groff \
usr.bin/soelim
.endif
More information about the svn-src-stable-11
mailing list