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:           Tue Apr 14 19:52:19 UTC 2020

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

Log Message:
msgfmt called with --desktop flag.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/games/gnome-sudoku/Makefile:1.30
--- pkgsrc/games/gnome-sudoku/Makefile:1.29     Wed Mar 11 09:53:52 2020
+++ pkgsrc/games/gnome-sudoku/Makefile  Tue Apr 14 19:52:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/03/11 09:53:52 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2020/04/14 19:52:19 prlw1 Exp $
 
 DISTNAME=      gnome-sudoku-3.24.0
 PKGREVISION=   14
@@ -15,7 +15,8 @@ GNU_CONFIGURE=                yes
 USE_LIBTOOL=           yes
 USE_LANGUAGES=         c c++11
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            gmake msgfmt pkg-config
+USE_BUILTIN.gettext=   no
 
 BUILD_DEPENDS+=        itstool-[0-9]*:../../textproc/itstool
 
@@ -26,7 +27,6 @@ BUILDLINK_API_DEPENDS.qqwing+=        qqwing>=1
 .include "../../games/qqwing/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 BUILDLINK_DEPMETHOD.vala:= build
-BUILDLINK_API_DEPENDS.vala+=   vala>=0.27.1.30
 .include "../../lang/vala/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/json-glib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index