diff options
author | wiz <wiz> | 2001-08-01 15:25:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-08-01 15:25:24 +0000 |
commit | 037c67d4259eccabb7a4b9e953366556451672f5 (patch) | |
tree | 319e4402af8632ab0a562e73e3e67d6a33a7cc8a /devel/cook | |
parent | bb03868adc2b70a5017bc07eaa057dbc7b712581 (diff) | |
download | pkgsrc-037c67d4259eccabb7a4b9e953366556451672f5.tar.gz |
This package needs msgfmt during build, so add BUILD_USES_MSGFMT.
Found by recent bulk build.
Diffstat (limited to 'devel/cook')
-rw-r--r-- | devel/cook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 733561e112c..da0de1602c4 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/25 23:11:52 groo Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/01 15:25:24 wiz Exp $ DISTNAME= cook-2.17 CATEGORIES= devel @@ -9,9 +9,9 @@ HOMEPAGE= http://www.canb.auug.org.au/~millerp/cook/cook.html COMMENT= More powerful replacement for the traditional make(1) tool DEPENDS+= rx-*:../../devel/rx +BUILD_USES_MSGFMT= yes GNU_CONFIGURE= # defined .include "../../devel/gettext-lib/buildlink.mk" - .include "../../mk/bsd.pkg.mk" |