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 /chat/weechat | |
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 'chat/weechat')
-rw-r--r-- | chat/weechat/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 338368d062e..b2dd499c59f 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:04 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= weechat-0.0.6 @@ -13,9 +13,8 @@ COMMENT= Lightweight and user friendly curses based IRC client PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_USES_MSGFMT= yes - USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes INCOMPAT_CURSES+= NetBSD-1.*-* |