diff options
author | obache <obache@pkgsrc.org> | 2006-10-24 15:39:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-24 15:39:18 +0000 |
commit | 01d6da1003677dc6d0dc81b42a93dbd36f5bd62c (patch) | |
tree | 287ac411c0e5a995f0713cd1054f51351e6259ae /print/enscript/Makefile | |
parent | d6b8ffa2bdd73642d8bec8f997a972060ea604d8 (diff) | |
download | pkgsrc-01d6da1003677dc6d0dc81b42a93dbd36f5bd62c.tar.gz |
This package use perl:run and xgettext. Bump PKGREVISION.
Fixed PR 34898.
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} |