pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libhandy



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec  8 10:27:03 UTC 2022

Modified Files:
        pkgsrc/devel/libhandy: Makefile

Log Message:
libhandy: Requires msgfmt.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libhandy/Makefile

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

Modified files:

Index: pkgsrc/devel/libhandy/Makefile
diff -u pkgsrc/devel/libhandy/Makefile:1.19 pkgsrc/devel/libhandy/Makefile:1.20
--- pkgsrc/devel/libhandy/Makefile:1.19 Tue Oct 25 08:02:56 2022
+++ pkgsrc/devel/libhandy/Makefile      Thu Dec  8 10:27:03 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/10/25 08:02:56 prlw1 Exp $
+# $NetBSD: Makefile,v 1.20 2022/12/08 10:27:03 jperkin Exp $
 
 DISTNAME=      libhandy-1.8.0
 CATEGORIES=    devel gnome
@@ -10,7 +10,7 @@ HOMEPAGE=     https://gnome.pages.gitlab.gno
 COMMENT=       Building blocks for modern adaptive GNOME apps
 LICENSE=       gnu-lgpl-v2.1
 
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    msgfmt pkg-config
 
 PYTHON_FOR_BUILD_ONLY= tool
 



Home | Main Index | Thread Index | Old Index