diff options
author | nia <nia@pkgsrc.org> | 2019-11-10 11:21:59 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-11-10 11:21:59 +0000 |
commit | e36ceb85e0bff38bb5c774a0b65ce811a7d3895b (patch) | |
tree | 920b80bf359af26d6b476fb317510e219492ab80 | |
parent | 09726239c6d2039cd5b462fb66f56a61925a9222 (diff) | |
download | pkgsrc-e36ceb85e0bff38bb5c774a0b65ce811a7d3895b.tar.gz |
scrot: Needs libXfixes
-rw-r--r-- | graphics/scrot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index 4309a594c4f..02a50930d1a 100644 --- a/graphics/scrot/Makefile +++ b/graphics/scrot/Makefile @@ -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" |