pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 22 09:46:10 UTC 2020

Modified Files:
        pkgsrc/mk: fonts.mk

Log Message:
mk/fonts.mk: Empty USE_LANGUAGES


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mk/fonts.mk

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

Modified files:

Index: pkgsrc/mk/fonts.mk
diff -u pkgsrc/mk/fonts.mk:1.15 pkgsrc/mk/fonts.mk:1.16
--- pkgsrc/mk/fonts.mk:1.15     Sat Apr  6 08:43:41 2019
+++ pkgsrc/mk/fonts.mk  Sun Mar 22 09:46:10 2020
@@ -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