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:   joerg
Date:           Fri Jan 10 21:14:12 UTC 2020

Modified Files:
        pkgsrc/graphics/scrot: Makefile

Log Message:
Needs libXcursor.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/graphics/scrot/Makefile:1.38
--- pkgsrc/graphics/scrot/Makefile:1.37 Sun Nov 10 11:21:59 2019
+++ pkgsrc/graphics/scrot/Makefile      Fri Jan 10 21:14:11 2020
@@ -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 @@ pre-configure:
        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