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:   nia
Date:           Sun Nov 10 11:21:59 UTC 2019

Modified Files:
        pkgsrc/graphics/scrot: Makefile

Log Message:
scrot: Needs libXfixes


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/graphics/scrot/Makefile:1.37
--- pkgsrc/graphics/scrot/Makefile:1.36 Mon Aug 19 17:41:56 2019
+++ pkgsrc/graphics/scrot/Makefile      Sun Nov 10 11:21:59 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2019/08/19 17:41:56 fox Exp $
+# $NetBSD: Makefile,v 1.37 2019/11/10 11:21:59 nia Exp $
 
 DISTNAME=      scrot-1.2
 CATEGORIES=    graphics
@@ -21,4 +21,5 @@ pre-configure:
        cd ${WRKSRC} && autoreconf -i
 
 .include "../../devel/giblib/buildlink3.mk"
+.include "../../x11/libXfixes/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index