Source-Changes-HG archive

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

[src/trunk]: src/external/ofl add rcsid, make font conditional on MKX11.



details:   https://anonhg.NetBSD.org/src/rev/eb4874b0ca16
branches:  trunk
changeset: 946000:eb4874b0ca16
user:      maya <maya%NetBSD.org@localhost>
date:      Fri Nov 13 08:33:07 2020 +0000

description:
add rcsid, make font conditional on MKX11.

diffstat:

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

diffs (11 lines):

diff -r 869da852e6ce -r eb4874b0ca16 external/ofl/Makefile
--- a/external/ofl/Makefile     Fri Nov 13 08:21:37 2020 +0000
+++ b/external/ofl/Makefile     Fri Nov 13 08:33:07 2020 +0000
@@ -1,3 +1,7 @@
+#      $NetBSD: Makefile,v 1.2 2020/11/13 08:33:07 maya Exp $
+
+.if ${MKX11} != "no"
 SUBDIR+=       font-liberation-ttf
+.endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index