pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/scrot



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Mar 28 08:53:54 UTC 2026

Modified Files:
        pkgsrc/graphics/scrot: Makefile

Log Message:
scrot: needs libXrandr


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/graphics/scrot/Makefile

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

Modified files:

Index: pkgsrc/graphics/scrot/Makefile
diff -u pkgsrc/graphics/scrot/Makefile:1.52 pkgsrc/graphics/scrot/Makefile:1.53
--- pkgsrc/graphics/scrot/Makefile:1.52 Thu Mar 26 04:34:28 2026
+++ pkgsrc/graphics/scrot/Makefile      Sat Mar 28 08:53:53 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2026/03/26 04:34:28 pin Exp $
+# $NetBSD: Makefile,v 1.53 2026/03/28 08:53:53 tnn Exp $
 
 DISTNAME=      scrot-2.0.0
 CATEGORIES=    graphics
@@ -19,9 +19,10 @@ USE_TOOLS+=  pkg-config
 .endif
 
 .include "../../graphics/imlib2/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXcomposite/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXfixes/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index