Fri Jan 10 21:14:12 2020 UTC ()
Needs libXcursor.


(joerg)
diff -r1.37 -r1.38 pkgsrc/graphics/scrot/Makefile

cvs diff -r1.37 -r1.38 pkgsrc/graphics/scrot/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/scrot/Makefile 2019/11/10 11:21:59 1.37
+++ pkgsrc/graphics/scrot/Makefile 2020/01/10 21:14:11 1.38
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile,v 1.37 2019/11/10 11:21:59 nia Exp $ 1# $NetBSD: Makefile,v 1.38 2020/01/10 21:14:11 joerg Exp $
2 2
3DISTNAME= scrot-1.2 3DISTNAME= scrot-1.2
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
6GITHUB_TAG= ${PKGVERSION_NOREV} 6GITHUB_TAG= ${PKGVERSION_NOREV}
7EXTRACT_USING= bsdtar 7EXTRACT_USING= bsdtar
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/resurrecting-open-source-projects/scrot 10HOMEPAGE= https://github.com/resurrecting-open-source-projects/scrot
11COMMENT= Commandline screen capture util like "import", but using imlib2 11COMMENT= Commandline screen capture util like "import", but using imlib2
12LICENSE= mit 12LICENSE= mit
13 13
14TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive 14TOOL_DEPENDS+= autoconf-archive-[0-9]*:../../devel/autoconf-archive
15 15
16USE_TOOLS+= autoreconf automake m4 16USE_TOOLS+= autoreconf automake m4
17 17
18GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
19 19
20pre-configure: 20pre-configure:
21 cd ${WRKSRC} && autoreconf -i 21 cd ${WRKSRC} && autoreconf -i
22 22
23.include "../../devel/giblib/buildlink3.mk" 23.include "../../devel/giblib/buildlink3.mk"
 24.include "../../x11/libXcursor/buildlink3.mk"
24.include "../../x11/libXfixes/buildlink3.mk" 25.include "../../x11/libXfixes/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"