pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/i3 i3: add missing bash build dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b753e41c8459
branches:  trunk
changeset: 458355:b753e41c8459
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 14 06:23:32 2021 +0000

description:
i3: add missing bash build dependency

diffstat:

 wm/i3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c6dfcdd42d12 -r b753e41c8459 wm/i3/Makefile
--- a/wm/i3/Makefile    Mon Sep 13 20:32:59 2021 +0000
+++ b/wm/i3/Makefile    Tue Sep 14 06:23:32 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2021/09/12 07:31:44 nia Exp $
+# $NetBSD: Makefile,v 1.45 2021/09/14 06:23:32 wiz Exp $
 
 DISTNAME=      i3-4.19.2
 PKGREVISION=   1
@@ -12,7 +12,7 @@
 LICENSE=       modified-bsd
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    pkg-config perl:run
+USE_TOOLS+=    bash pkg-config perl:run
 USE_LANGUAGES= c99
 
 LDFLAGS.SunOS+=        -lgen -liconv -lsocket



Home | Main Index | Thread Index | Old Index