pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/wezterm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  3 15:39:49 UTC 2026

Modified Files:
        pkgsrc/x11/wezterm: Makefile

Log Message:
wezterm: remove duplicate include


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/wezterm/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/wezterm/Makefile
diff -u pkgsrc/x11/wezterm/Makefile:1.9 pkgsrc/x11/wezterm/Makefile:1.10
--- pkgsrc/x11/wezterm/Makefile:1.9     Fri Apr  3 15:37:48 2026
+++ pkgsrc/x11/wezterm/Makefile Fri Apr  3 15:39:49 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2026/04/03 15:37:48 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/04/03 15:39:49 wiz Exp $
 
 # VERSION must match the output of:
 # git -c "core.abbrev=8" show -s "--format=%cd-%h" "--date=format:%Y%m%d-%H%M%S"
@@ -105,5 +105,4 @@ do-install:
 .include "../../x11/libxkbcommon/buildlink3.mk"
 .include "../../x11/xcb-util/buildlink3.mk"
 .include "../../x11/xcb-util-image/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index