pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jun  4 15:08:47 UTC 2019

Modified Files:
        pkgsrc/devel/glib2: Makefile.common

Log Message:
glib2: Requires msgfmt.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/glib2/Makefile.common

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

Modified files:

Index: pkgsrc/devel/glib2/Makefile.common
diff -u pkgsrc/devel/glib2/Makefile.common:1.67 pkgsrc/devel/glib2/Makefile.common:1.68
--- pkgsrc/devel/glib2/Makefile.common:1.67     Mon Jun  3 09:53:50 2019
+++ pkgsrc/devel/glib2/Makefile.common  Tue Jun  4 15:08:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.67 2019/06/03 09:53:50 prlw1 Exp $
+# $NetBSD: Makefile.common,v 1.68 2019/06/04 15:08:47 jperkin Exp $
 #
 # used by devel/glib2/Makefile
 # used by devel/gdbus-codegen/Makefile
@@ -14,6 +14,6 @@ HOMEPAGE=     https://developer.gnome.org/gl
 LICENSE=       gnu-lgpl-v2.1
 
 USE_LANGUAGES= c c++ c99
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    msgfmt pkg-config
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index