Module Name:    src
Committed By:   mrg
Date:           Sat Nov 14 04:32:44 UTC 2020

Modified Files:
        src/external/ofl: Makefile

Log Message:
also check MKX11FONTS before installing fonts.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/ofl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/ofl/Makefile
diff -u src/external/ofl/Makefile:1.3 src/external/ofl/Makefile:1.4
--- src/external/ofl/Makefile:1.3	Fri Nov 13 09:56:53 2020
+++ src/external/ofl/Makefile	Sat Nov 14 04:32:44 2020
@@ -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
 

Reply via email to