pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/awesome



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun  7 13:03:30 UTC 2026

Modified Files:
        pkgsrc/wm/awesome: Makefile

Log Message:
awesome: add missing tool dependency to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/wm/awesome/Makefile

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

Modified files:

Index: pkgsrc/wm/awesome/Makefile
diff -u pkgsrc/wm/awesome/Makefile:1.105 pkgsrc/wm/awesome/Makefile:1.106
--- pkgsrc/wm/awesome/Makefile:1.105    Tue Jan 27 08:40:44 2026
+++ pkgsrc/wm/awesome/Makefile  Sun Jun  7 13:03:30 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2026/01/27 08:40:44 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2026/06/07 13:03:30 wiz Exp $
 
 DISTNAME=      awesome-4.3
 PKGREVISION=   21
@@ -12,6 +12,8 @@ HOMEPAGE=     https://awesomewm.org/
 COMMENT=       Window manager based on dwm, with Lua integration
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= glib2-introspection-[0-9]*:../../devel/glib2-introspection
+
 CONFLICTS+=    awesome<3.0
 
 USE_TOOLS+=    bash pkg-config



Home | Main Index | Thread Index | Old Index