pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jul 25 09:29:32 UTC 2019

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2: Makefile

Log Message:
gdk-pixbuf2: Add xgettext to USE_TOOLS.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/gdk-pixbuf2/Makefile

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

Modified files:

Index: pkgsrc/graphics/gdk-pixbuf2/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.38 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.39
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.38   Mon Jul 22 09:13:13 2019
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile        Thu Jul 25 09:29:31 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2019/07/22 09:13:13 nia Exp $
+# $NetBSD: Makefile,v 1.39 2019/07/25 09:29:31 nia Exp $
 
 DISTNAME=      gdk-pixbuf-${PIXBUF2_VERSION}
 PKGNAME=       ${DISTNAME:S/pixbuf/pixbuf2/}
@@ -15,7 +15,7 @@ CONFLICTS+=   gtk2+<2.22
 
 .include "../../graphics/gdk-pixbuf2/Makefile.version"
 
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    gmake pkg-config xgettext
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf
 
 MESON_ARGS+=   -D installed_tests=false



Home | Main Index | Thread Index | Old Index