Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/gnome-sudoku Different way of encouraging use of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/525c068db8aa
branches:  trunk
changeset: 429064:525c068db8aa
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Wed Apr 15 19:55:12 2020 +0000

description:
Different way of encouraging use of pkgsrc msgfmt suggested by joerg@.

diffstat:

 games/gnome-sudoku/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r f8dd484336c2 -r 525c068db8aa games/gnome-sudoku/Makefile
--- a/games/gnome-sudoku/Makefile       Wed Apr 15 19:32:41 2020 +0000
+++ b/games/gnome-sudoku/Makefile       Wed Apr 15 19:55:12 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/04/14 19:52:19 prlw1 Exp $
+# $NetBSD: Makefile,v 1.31 2020/04/15 19:55:12 prlw1 Exp $
 
 DISTNAME=      gnome-sudoku-3.24.0
 PKGREVISION=   14
@@ -16,7 +16,10 @@
 USE_LANGUAGES=         c c++11
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake msgfmt pkg-config
-USE_BUILTIN.gettext=   no
+
+# Requires --desktop in msgfmt.
+_TOOLS_USE_PKGSRC.msgfmt=      yes
+
 
 BUILD_DEPENDS+=        itstool-[0-9]*:../../textproc/itstool
 



Home | Main Index | Thread Index | Old Index