diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /devel/cook | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'devel/cook')
-rw-r--r-- | devel/cook/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 568a5c3f461..3763974a343 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:08:40 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/13 18:23:31 jlam Exp $ DISTNAME= cook-2.22 PKGREVISION= 3 @@ -9,8 +9,7 @@ MAINTAINER= groo@NetBSD.org HOMEPAGE= http://www.canb.auug.org.au/~millerp/cook/cook.html COMMENT= More powerful replacement for the traditional make(1) tool -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink3.mk" |