diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-09 16:05:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-09 16:05:11 +0000 |
commit | ac82fbec6352b2d53d5d97b8c595c23feddb89e2 (patch) | |
tree | 1421d9efa257c7174d8bee7b4abf21fb5d4d022b /print | |
parent | 051d52ca9c37d012afd0a56b534cafa604aa06fb (diff) | |
download | pkgsrc-ac82fbec6352b2d53d5d97b8c595c23feddb89e2.tar.gz |
USE_TOOLS+=lex
Diffstat (limited to 'print')
-rw-r--r-- | print/enscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/enscript/Makefile b/print/enscript/Makefile index 1b0a3e601c8..e2054ca5177 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/04/06 18:18:15 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2006/06/09 16:06:42 minskim Exp $ # DISTNAME= enscript-1.6.3 @@ -12,7 +12,7 @@ COMMENT= ASCII-to-PostScript filter GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake lex BROKEN_GETTEXT_DETECTION= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |