diff options
Diffstat (limited to 'devel/cook/Makefile')
-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" |