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 /www/kazehakase | |
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 'www/kazehakase')
-rw-r--r-- | www/kazehakase/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index a24886c33e5..aa16fb21c23 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:58 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= kazehakase-0.3.3 @@ -12,11 +12,9 @@ COMMENT= Web browser with multiple layout engines support BROKEN_IN= pkgsrc-2005Q4 -BUILD_USES_MSGFMT= yes - GNU_CONFIGURE= yes USE_DIRS+= xdg-1.2 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |