diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-06-05 17:49:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-06-05 17:49:20 +0000 |
commit | 2e41f02a76c6a5a6fbb9c48e4298a3a7ca5025b3 (patch) | |
tree | 1ed71440f6746237bc8f0dbc3d39dd91a9028b7e /chat | |
parent | 069bc72dcc795b98c966aef1debaf17ce4ccd28f (diff) | |
download | pkgsrc-2e41f02a76c6a5a6fbb9c48e4298a3a7ca5025b3.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/weechat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index dfe947faa3c..c74c656fda7 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 17:45:31 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/06/05 17:49:20 xtraeme Exp $ # DISTNAME= weechat-0.0.6 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://weechat.flashtux.org/ COMMENT= Lightweight and user friendly curses based IRC client +PKG_INSTALLATION_TYPES= overwrite pkgviews + BUILD_USES_MSGFMT= yes USE_BUILDLINK3= yes |