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 | bc694bec7cca1584c2e3d7e396b1064294866386 (patch) | |
tree | 1ed71440f6746237bc8f0dbc3d39dd91a9028b7e | |
parent | 49ab4f425461630cca244f4a5039b846f6bd1ee5 (diff) | |
download | pkgsrc-bc694bec7cca1584c2e3d7e396b1064294866386.tar.gz |
Enable pkgviews installation.
-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 |