diff options
author | jmmv <jmmv> | 2007-07-28 07:48:52 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2007-07-28 07:48:52 +0000 |
commit | 83a6d0b772ec161e72d235618a5669e9119a6df5 (patch) | |
tree | bb3994362710fff9f7ad3f2f31ac695886c6fd7b /devel/quilt | |
parent | 9256805c8558c6a93331f2305e9d330335664d5b (diff) | |
download | pkgsrc-83a6d0b772ec161e72d235618a5669e9119a6df5.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/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 |