diff options
author | xtraeme <xtraeme> | 2004-06-05 17:49:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-06-05 17:49:20 +0000 |
commit | e93328c16d75d0be06d0df9f67cd67b787b36210 (patch) | |
tree | 1ed71440f6746237bc8f0dbc3d39dd91a9028b7e /chat/weechat | |
parent | 53b1544df4d21f27ac2a6c683be3e5fa085ebe71 (diff) | |
download | pkgsrc-e93328c16d75d0be06d0df9f67cd67b787b36210.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'chat/weechat')
-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 |