pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xmlindent xmlindent: specifically needs flex
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ae4f377c191
branches: trunk
changeset: 452647:4ae4f377c191
user: nia <nia%pkgsrc.org@localhost>
date: Fri May 14 11:06:43 2021 +0000
description:
xmlindent: specifically needs flex
diffstat:
textproc/xmlindent/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d02880ab7e6a -r 4ae4f377c191 textproc/xmlindent/Makefile
--- a/textproc/xmlindent/Makefile Fri May 14 10:57:51 2021 +0000
+++ b/textproc/xmlindent/Makefile Fri May 14 11:06:43 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/01/26 17:32:19 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2021/05/14 11:06:43 nia Exp $
#
DISTNAME= xmlindent-0.2.16
@@ -9,7 +9,7 @@
HOMEPAGE= https://www.cs.helsinki.fi/u/penberg/xmlindent/src/
COMMENT= XML stream reformatter written in ANSI C
-USE_TOOLS+= lex:run
+USE_TOOLS+= flex:run
GCC_REQD+= 3.0
Home |
Main Index |
Thread Index |
Old Index