pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtksourceview4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 30 17:53:53 UTC 2023

Modified Files:
        pkgsrc/x11/gtksourceview4: Makefile

Log Message:
gtksourceview4: remove unused intltool dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/gtksourceview4/Makefile

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

Modified files:

Index: pkgsrc/x11/gtksourceview4/Makefile
diff -u pkgsrc/x11/gtksourceview4/Makefile:1.28 pkgsrc/x11/gtksourceview4/Makefile:1.29
--- pkgsrc/x11/gtksourceview4/Makefile:1.28     Sun Jan 29 21:15:08 2023
+++ pkgsrc/x11/gtksourceview4/Makefile  Mon Jan 30 17:53:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2023/01/29 21:15:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2023/01/30 17:53:52 wiz Exp $
 
 DISTNAME=      gtksourceview-4.8.0
 PKGNAME=       ${DISTNAME:S/gtksourceview/gtksourceview4/}
@@ -12,7 +12,7 @@ HOMEPAGE=     https://wiki.gnome.org/Project
 COMMENT=       Text widget that extends GTK3's GtkTextView widget (v4)
 LICENSE=       gnu-lgpl-v2.1
 
-USE_TOOLS+=            intltool msgfmt pkg-config itstool
+USE_TOOLS+=            msgfmt pkg-config itstool
 
 # avoid vala dependency
 MESON_ARGS+=           -Dvapi=false



Home | Main Index | Thread Index | Old Index