pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/rofi rofi: needs flex



details:   https://anonhg.NetBSD.org/pkgsrc/rev/442431412d2a
branches:  trunk
changeset: 452640:442431412d2a
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 10:21:24 2021 +0000

description:
rofi: needs flex

diffstat:

 x11/rofi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8f5c107e49b0 -r 442431412d2a x11/rofi/Makefile
--- a/x11/rofi/Makefile Fri May 14 10:20:25 2021 +0000
+++ b/x11/rofi/Makefile Fri May 14 10:21:24 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2021/04/21 11:43:02 adam Exp $
+# $NetBSD: Makefile,v 1.23 2021/05/14 10:21:24 nia Exp $
 
 DISTNAME=      rofi-1.6.1
 PKGREVISION=   1
@@ -13,7 +13,7 @@
 COMMENT=       Window switcher, run dialog and dmenu replacement
 LICENSE=       x11
 
-USE_TOOLS+=    pkg-config bash bison
+USE_TOOLS+=    pkg-config bash flex bison
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       YACC='bison -y'



Home | Main Index | Thread Index | Old Index