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 | 3898ce2f2d069e0669178de70c0519a01202e7f6 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /chat/weechat | |
parent | 1fbf196231c041a6156a15d4636adac1f8636ea2 (diff) | |
download | pkgsrc-3898ce2f2d069e0669178de70c0519a01202e7f6.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.*-* |