diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-07-24 13:20:10 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-07-24 13:20:10 +0000 |
commit | 809ff619769f61a9804cc19b54b04bd3bf98f169 (patch) | |
tree | ec4f5f800a50583826b58669d33f69d001086c22 /print | |
parent | 96c6dd3318ef6f6a456f69debdb0acc7d324e82b (diff) | |
download | pkgsrc-809ff619769f61a9804cc19b54b04bd3bf98f169.tar.gz |
lex (libfl) is a runtime dependency.
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 1f8c75940bd..8d4d172f91a 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2014/05/29 23:37:15 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2014/07/24 13:21:05 jperkin Exp $ # DISTNAME= enscript-1.6.6 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v3 GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake lex perl:run xgettext +USE_TOOLS+= gmake lex:run perl:run xgettext BROKEN_GETTEXT_DETECTION= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |