diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-03-30 12:51:16 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-03-30 12:51:16 +0000 |
commit | 9f91aab835a89b0ef3c904524805b01e60175dcd (patch) | |
tree | 929d98753f5c157ae0484e7d9a6ee75a75b9b350 /textproc/xmlindent | |
parent | 7541802f1122427d2cac3fc5cae49bbc892716c4 (diff) | |
download | pkgsrc-9f91aab835a89b0ef3c904524805b01e60175dcd.tar.gz |
Make lex/flex a runtime dependency for packages which link against -lfl.
Diffstat (limited to 'textproc/xmlindent')
-rw-r--r-- | textproc/xmlindent/Makefile | 4 |
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 |