pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/scrot Needs libXcursor.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6c571ebab89
branches:  trunk
changeset: 407844:e6c571ebab89
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 10 21:14:11 2020 +0000

description:
Needs libXcursor.

diffstat:

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

diffs (16 lines):

diff -r 46fb0b4fb291 -r e6c571ebab89 graphics/scrot/Makefile
--- a/graphics/scrot/Makefile   Fri Jan 10 21:13:55 2020 +0000
+++ b/graphics/scrot/Makefile   Fri Jan 10 21:14:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/11/10 11:21:59 nia Exp $
+# $NetBSD: Makefile,v 1.38 2020/01/10 21:14:11 joerg Exp $
 
 DISTNAME=      scrot-1.2
 CATEGORIES=    graphics
@@ -21,5 +21,6 @@
        cd ${WRKSRC} && autoreconf -i
 
 .include "../../devel/giblib/buildlink3.mk"
+.include "../../x11/libXcursor/buildlink3.mk"
 .include "../../x11/libXfixes/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index