pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/scrot scrot: needs libXcomposite



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96db6ef4726e
branches:  trunk
changeset: 442516:96db6ef4726e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Nov 25 13:48:41 2020 +0000

description:
scrot: needs libXcomposite

diffstat:

 graphics/scrot/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r da0fcc7684c8 -r 96db6ef4726e graphics/scrot/Makefile
--- a/graphics/scrot/Makefile   Wed Nov 25 13:26:31 2020 +0000
+++ b/graphics/scrot/Makefile   Wed Nov 25 13:48:41 2020 +0000
@@ -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 @@
        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