diff options
Diffstat (limited to 'print/enscript/Makefile')
-rw-r--r-- | print/enscript/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/enscript/Makefile b/print/enscript/Makefile index e2054ca5177..3124da1a6eb 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2006/06/09 16:06:42 minskim Exp $ +# $NetBSD: Makefile,v 1.41 2006/10/24 15:39:18 obache Exp $ # DISTNAME= enscript-1.6.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= http://www.iki.fi/mtr/genscript/ @@ -12,7 +12,7 @@ COMMENT= ASCII-to-PostScript filter GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake lex +USE_TOOLS+= gmake lex perl:run xgettext BROKEN_GETTEXT_DETECTION= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |