summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-11-25 13:48:41 +0000
committertnn <tnn@pkgsrc.org>2020-11-25 13:48:41 +0000
commitf29074bf51fd22f3a4b946fc5ab53345c94a2dec (patch)
tree915a2f28bf8c7d586dc943336e2b6a1aee8248b5 /graphics
parentdb306c45ffc639922779ae3772f1a30cffc842a5 (diff)
downloadpkgsrc-f29074bf51fd22f3a4b946fc5ab53345c94a2dec.tar.gz
scrot: needs libXcomposite
Diffstat (limited to 'graphics')
-rw-r--r--graphics/scrot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile
index 145a8c4f4cd..fe810faa5fb 100644
--- a/graphics/scrot/Makefile
+++ b/graphics/scrot/Makefile
@@ -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 @@ pre-configure:
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"