pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/shod



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 11 05:34:12 UTC 2023

Modified Files:
        pkgsrc/wm/shod: Makefile

Log Message:
shod: Add missing dependency on libXrandr


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/wm/shod/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/shod/Makefile
diff -u pkgsrc/wm/shod/Makefile:1.8 pkgsrc/wm/shod/Makefile:1.9
--- pkgsrc/wm/shod/Makefile:1.8 Sun Apr 30 19:54:25 2023
+++ pkgsrc/wm/shod/Makefile     Tue Jul 11 05:34:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/04/30 19:54:25 pin Exp $
+# $NetBSD: Makefile,v 1.9 2023/07/11 05:34:12 nia Exp $
 
 DISTNAME=      shod-2.6.2
 CATEGORIES=    wm
@@ -34,5 +34,6 @@ DEPENDS+=     sxhkd-[0-9]*:../../x11/sxhkd
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index