pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/glimpse



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 11:17:34 UTC 2021

Modified Files:
        pkgsrc/textproc/glimpse: Makefile

Log Message:
glimpse: specifically needs flex


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/textproc/glimpse/Makefile

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

Modified files:

Index: pkgsrc/textproc/glimpse/Makefile
diff -u pkgsrc/textproc/glimpse/Makefile:1.42 pkgsrc/textproc/glimpse/Makefile:1.43
--- pkgsrc/textproc/glimpse/Makefile:1.42       Mon Nov  4 21:43:36 2019
+++ pkgsrc/textproc/glimpse/Makefile    Fri May 14 11:17:34 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2019/11/04 21:43:36 rillig Exp $
+# $NetBSD: Makefile,v 1.43 2021/05/14 11:17:34 nia Exp $
 
 DISTNAME=      glimpse-4.18.6
 CATEGORIES=    textproc databases
@@ -14,7 +14,7 @@ CONFLICTS+=   tre>=0.7.5nb6
 
 MAKE_JOBS_SAFE=                no
 
-USE_TOOLS+=            gmake lex
+USE_TOOLS+=            gmake flex
 GNU_CONFIGURE=         yes
 MAKE_FLAGS=            mandir=${PREFIX}/${PKGMANDIR}/man1
 INSTALLATION_DIRS=     share/doc/glimpse



Home | Main Index | Thread Index | Old Index