summaryrefslogtreecommitdiff
path: root/devel/cook
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-13 18:23:29 +0000
committerjlam <jlam>2006-04-13 18:23:29 +0000
commit2b7701c2e846af68d16fca094c7edd5a431d4797 (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /devel/cook
parent381acf95ec4f42fe16a17018bf9d56363883a683 (diff)
downloadpkgsrc-2b7701c2e846af68d16fca094c7edd5a431d4797.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/Makefile5
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"