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 3636c6a2492..b6b8fb74157 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:19 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:19 rillig Exp $ DISTNAME= cook-2.22 PKGREVISION= 2 @@ -11,7 +11,7 @@ COMMENT= More powerful replacement for the traditional make(1) tool BUILD_USES_MSGFMT= yes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |