pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/gnome-mastermind



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec 12 18:47:52 UTC 2024

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

Log Message:
gnome-mastermind: Re-add msgfmt to USE_TOOLS.

For some reason it was commented out in a previous update?


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/games/gnome-mastermind/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-mastermind/Makefile
diff -u pkgsrc/games/gnome-mastermind/Makefile:1.56 pkgsrc/games/gnome-mastermind/Makefile:1.57
--- pkgsrc/games/gnome-mastermind/Makefile:1.56 Sun Nov 17 07:15:56 2024
+++ pkgsrc/games/gnome-mastermind/Makefile      Thu Dec 12 18:47:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2024/11/17 07:15:56 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2024/12/12 18:47:52 jperkin Exp $
 
 DISTNAME=      gnome-mastermind-0.4.0
 PKGREVISION=   6
@@ -13,7 +13,7 @@ LICENSE=      gnu-gpl-v2
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake itstool intltool pkg-config # msgfmt
+USE_TOOLS+=    gmake itstool intltool msgfmt pkg-config
 
 .include "../../devel/glib2/schemas.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index