pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/gnome-sudoku



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Wed Apr 15 19:55:12 UTC 2020

Modified Files:
        pkgsrc/games/gnome-sudoku: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/gnome-sudoku/Makefile

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

Modified files:

Index: pkgsrc/games/gnome-sudoku/Makefile
diff -u pkgsrc/games/gnome-sudoku/Makefile:1.30 pkgsrc/games/gnome-sudoku/Makefile:1.31
--- pkgsrc/games/gnome-sudoku/Makefile:1.30     Tue Apr 14 19:52:19 2020
+++ pkgsrc/games/gnome-sudoku/Makefile  Wed Apr 15 19:55:12 2020
@@ -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_LIBTOOL=         yes
 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