pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/rofi



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 10:21:24 UTC 2021

Modified Files:
        pkgsrc/x11/rofi: Makefile

Log Message:
rofi: needs flex


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/x11/rofi/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/rofi/Makefile
diff -u pkgsrc/x11/rofi/Makefile:1.22 pkgsrc/x11/rofi/Makefile:1.23
--- pkgsrc/x11/rofi/Makefile:1.22       Wed Apr 21 11:43:02 2021
+++ pkgsrc/x11/rofi/Makefile    Fri May 14 10:21:24 2021
@@ -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 @@ HOMEPAGE=     https://github.com/DaveDavenpo
 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