diff options
Diffstat (limited to 'devel/quilt')
-rw-r--r-- | devel/quilt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/quilt/Makefile b/devel/quilt/Makefile index d20dc5dd960..8d488f88aa6 100644 --- a/devel/quilt/Makefile +++ b/devel/quilt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/09 19:46:36 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2007/07/28 07:48:52 jmmv Exp $ # DISTNAME= quilt-0.46 @@ -15,7 +15,7 @@ DEPENDS+= patch>=2.4:../../devel/patch BUILD_DEFS+= GNU_PROGRAM_PREFIX GNU_CONFIGURE= yes -USE_TOOLS+= bash:run gmake perl:run +USE_TOOLS+= bash:run gettext-tools gmake msgfmt perl:run CONFIGURE_ARGS+= --with-cp=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}cp CONFIGURE_ARGS+= --with-date=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}date |