summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-03-30 12:51:16 +0000
committerjperkin <jperkin@pkgsrc.org>2016-03-30 12:51:16 +0000
commitdd345365b45a43d7aaa5a523944fc6f8356168ed (patch)
tree929d98753f5c157ae0484e7d9a6ee75a75b9b350 /textproc
parentaf273d8465102d17fe06a951d0ca157770b4f765 (diff)
downloadpkgsrc-dd345365b45a43d7aaa5a523944fc6f8356168ed.tar.gz
Make lex/flex a runtime dependency for packages which link against -lfl.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xmlindent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xmlindent/Makefile b/textproc/xmlindent/Makefile
index 55680aba586..a633b72546b 100644
--- a/textproc/xmlindent/Makefile
+++ b/textproc/xmlindent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/10/09 14:07:07 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/03/30 12:51:16 jperkin Exp $
#
DISTNAME= xmlindent-0.2.16
@@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cs.helsinki.fi/u/penberg/xmlindent/src/
COMMENT= XML stream reformatter written in ANSI C
-USE_TOOLS+= lex
+USE_TOOLS+= lex:run
GCC_REQD+= 3.0