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:           Wed Nov 25 13:48:41 UTC 2020

Modified Files:
        pkgsrc/graphics/scrot: Makefile

Log Message:
scrot: needs libXcomposite


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 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.39 pkgsrc/graphics/scrot/Makefile:1.40
--- pkgsrc/graphics/scrot/Makefile:1.39 Tue Nov 24 17:13:08 2020
+++ pkgsrc/graphics/scrot/Makefile      Wed Nov 25 13:48:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2020/11/24 17:13:08 nia Exp $
+# $NetBSD: Makefile,v 1.40 2020/11/25 13:48:41 tnn Exp $
 
 DISTNAME=      scrot-1.4
 CATEGORIES=    graphics
@@ -20,6 +20,7 @@ pre-configure:
        cd ${WRKSRC} && autoreconf -i
 
 .include "../../devel/giblib/buildlink3.mk"
+.include "../../x11/libXcomposite/buildlink3.mk"
 .include "../../x11/libXcursor/buildlink3.mk"
 .include "../../x11/libXfixes/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index