pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/glib-networking



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 13 08:22:16 UTC 2021

Modified Files:
        pkgsrc/net/glib-networking: Makefile

Log Message:
glib-networking: gmake not needed any longer, this uses meson


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/net/glib-networking/Makefile

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

Modified files:

Index: pkgsrc/net/glib-networking/Makefile
diff -u pkgsrc/net/glib-networking/Makefile:1.57 pkgsrc/net/glib-networking/Makefile:1.58
--- pkgsrc/net/glib-networking/Makefile:1.57    Tue Apr 13 08:17:08 2021
+++ pkgsrc/net/glib-networking/Makefile Tue Apr 13 08:22:16 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2021/04/13 08:17:08 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2021/04/13 08:22:16 wiz Exp $
 
 DISTNAME=      glib-networking-2.64.3
 PKGREVISION=   2
@@ -11,7 +11,7 @@ HOMEPAGE=     https://www.gnome.org/
 COMMENT=       Network-related giomodules for glib
 LICENSE=       gnu-lgpl-v2
 
-USE_TOOLS+=    pkg-config gmake gettext
+USE_TOOLS+=    pkg-config gettext
 
 CPPFLAGS.SunOS+=       -D__EXTENSIONS__
 



Home | Main Index | Thread Index | Old Index