diff options
author | jmmv <jmmv@pkgsrc.org> | 2007-07-28 07:48:52 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2007-07-28 07:48:52 +0000 |
commit | 6019f4ea254e71b3d5e5efd9753a78c4b8a2872e (patch) | |
tree | bb3994362710fff9f7ad3f2f31ac695886c6fd7b /devel | |
parent | 1808e78044e9bb97d0d14829f325685b97516134 (diff) | |
download | pkgsrc-6019f4ea254e71b3d5e5efd9753a78c4b8a2872e.tar.gz |
This needs the gettext tools. Should fix build on NetBSD 3.1, in which the
po files weren't installed.
Diffstat (limited to 'devel')
-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 |