pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/marswm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 13 08:06:07 UTC 2023

Modified Files:
        pkgsrc/wm/marswm: Makefile

Log Message:
marswm: add missing libXrandr include

Fixes build with modular X.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/marswm/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/marswm/Makefile
diff -u pkgsrc/wm/marswm/Makefile:1.1 pkgsrc/wm/marswm/Makefile:1.2
--- pkgsrc/wm/marswm/Makefile:1.1       Wed Apr 12 10:26:04 2023
+++ pkgsrc/wm/marswm/Makefile   Thu Apr 13 08:06:07 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/04/12 10:26:04 pin Exp $
+# $NetBSD: Makefile,v 1.2 2023/04/13 08:06:07 wiz Exp $
 
 DISTNAME=      marswm-0.4.0
 CATEGORIES=    wm
@@ -35,4 +35,5 @@ DEPENDS+=     xrandr-[0-9]*:../../x11/xrandr
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index