pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk/fonts.mk: Empty USE_LANGUAGES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f9132039f59
branches:  trunk
changeset: 425490:1f9132039f59
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Mar 22 09:46:10 2020 +0000

description:
mk/fonts.mk: Empty USE_LANGUAGES

diffstat:

 mk/fonts.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f5f56c20d661 -r 1f9132039f59 mk/fonts.mk
--- a/mk/fonts.mk       Sun Mar 22 09:40:15 2020 +0000
+++ b/mk/fonts.mk       Sun Mar 22 09:46:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: fonts.mk,v 1.15 2019/04/06 08:43:41 wiz Exp $
+# $NetBSD: fonts.mk,v 1.16 2020/03/22 09:46:10 nia Exp $
 #
 # Install .otf and .ttf font files.
 #
@@ -10,6 +10,7 @@
 
 NO_CONFIGURE?= yes
 NO_BUILD?=     yes
+USE_LANGUAGES?=        # none
 
 TTF_FONTS_DIR?=                ${PREFIX}/share/fonts/X11/TTF
 OTF_FONTS_DIR?=                ${PREFIX}/share/fonts/X11/OTF



Home | Main Index | Thread Index | Old Index