pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/spice-gtk



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec 12 19:12:03 UTC 2024

Modified Files:
        pkgsrc/sysutils/spice-gtk: Makefile

Log Message:
spice-gtk: Requires msgfmt.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/spice-gtk/Makefile

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

Modified files:

Index: pkgsrc/sysutils/spice-gtk/Makefile
diff -u pkgsrc/sysutils/spice-gtk/Makefile:1.24 pkgsrc/sysutils/spice-gtk/Makefile:1.25
--- pkgsrc/sysutils/spice-gtk/Makefile:1.24     Sun Nov 17 07:16:42 2024
+++ pkgsrc/sysutils/spice-gtk/Makefile  Thu Dec 12 19:12:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2024/11/17 07:16:42 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2024/12/12 19:12:03 jperkin Exp $
 
 DISTNAME=      spice-gtk-0.41
 PKGREVISION=   14
@@ -16,7 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]*:../.
 TOOL_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc
 TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
 
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            msgfmt pkg-config
 USE_PKGLOCALEDIR=      yes
 
 PKGCONFIG_OVERRIDE+=   spice-client-glib-2.0.pc.in



Home | Main Index | Thread Index | Old Index