pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xmlindent



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 11:06:44 UTC 2021

Modified Files:
        pkgsrc/textproc/xmlindent: Makefile

Log Message:
xmlindent: specifically needs flex


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/xmlindent/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/xmlindent/Makefile
diff -u pkgsrc/textproc/xmlindent/Makefile:1.13 pkgsrc/textproc/xmlindent/Makefile:1.14
--- pkgsrc/textproc/xmlindent/Makefile:1.13     Sun Jan 26 17:32:19 2020
+++ pkgsrc/textproc/xmlindent/Makefile  Fri May 14 11:06:43 2021
@@ -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 @@ MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 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