diff options
author | tonio <tonio@pkgsrc.org> | 2009-07-18 06:04:33 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2009-07-18 06:04:33 +0000 |
commit | 91f7cf0095e31f5eb6e75fe754b463c3e5ed3c0e (patch) | |
tree | 5650d48b5b5e9f111513b1c607151ff6dabaacdc /chat/weechat/Makefile | |
parent | 1e03e78dfad0e9108b05a5149fb132d885c95aac (diff) | |
download | pkgsrc-91f7cf0095e31f5eb6e75fe754b463c3e5ed3c0e.tar.gz |
Update chat/weechat to 0.2.6.3
Add perl and ruby options, fix PR pkg/38946
Changelog:
* 2009-06-13
WeeChat 0.2.6.3 released.
This version fixes gnutls detection.
* 2009-04-18
WeeChat 0.2.6.2 released.
This version fixes a bug with charset decoding (like iso2022jp).
Diffstat (limited to 'chat/weechat/Makefile')
-rw-r--r-- | chat/weechat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 0818db5f193..1969ec88199 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2009/05/19 08:59:05 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2009/07/18 06:04:33 tonio Exp $ # -DISTNAME= weechat-0.2.6.1 +DISTNAME= weechat-0.2.6.3 CATEGORIES= chat MASTER_SITES= http://weechat.flashtux.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-ruby --disable-perl --disable-aspell +CONFIGURE_ARGS+= --disable-ruby --disable-aspell MAKE_ENV+= INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q} INCOMPAT_CURSES+= NetBSD-*-* |