Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/ofl also check MKX11FONTS before installing fonts.



details:   https://anonhg.NetBSD.org/src/rev/8daadda6b206
branches:  trunk
changeset: 946009:8daadda6b206
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Nov 14 04:32:44 2020 +0000

description:
also check MKX11FONTS before installing fonts.

diffstat:

 external/ofl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 6c836819d5d4 -r 8daadda6b206 external/ofl/Makefile
--- a/external/ofl/Makefile     Sat Nov 14 02:23:04 2020 +0000
+++ b/external/ofl/Makefile     Sat Nov 14 04:32:44 2020 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.3 2020/11/13 09:56:53 maya Exp $
+#      $NetBSD: Makefile,v 1.4 2020/11/14 04:32:44 mrg Exp $
 
 .include <bsd.own.mk>
 
-.if ${MKX11} != "no"
+.if ${MKX11} != "no" && ${MKX11FONTS} != "no"
 SUBDIR+=       font-liberation-ttf
 .endif
 



Home | Main Index | Thread Index | Old Index