diff options
author | nia <nia@pkgsrc.org> | 2019-07-09 16:23:04 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-09 16:23:04 +0000 |
commit | 0edb93d902b792a21591be1aebfeb741da1b0491 (patch) | |
tree | 166c8be97edd445ebdaaab3c5ae733131b57f8b0 /chat | |
parent | 79a9d8f30109e6055151f83bbdc50c7a8dd5ba4f (diff) | |
download | pkgsrc-0edb93d902b792a21591be1aebfeb741da1b0491.tar.gz |
weechat: Turn on "python lua wide-curses perl ruby" by default.
Should enable users to run most scripts available on weechat.org.
If you're using pkgsrc you probably have python/perl/lua installed already,
and ruby apparently even works on VAX, so this shouldn't be much of a hard
requirement.
joyent has been building with these settings for a while.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/weechat/Makefile | 4 | ||||
-rw-r--r-- | chat/weechat/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 21b211b7573..a676a057442 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.95 2019/07/01 04:07:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.96 2019/07/09 16:23:04 nia Exp $ DISTNAME= weechat-2.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= https://www.weechat.org/files/src/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/weechat/options.mk b/chat/weechat/options.mk index 930ce0c2a79..74edaafb2d9 100644 --- a/chat/weechat/options.mk +++ b/chat/weechat/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.17 2017/01/03 20:54:22 roy Exp $ +# $NetBSD: options.mk,v 1.18 2019/07/09 16:23:04 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.weechat PKG_SUPPORTED_OPTIONS= gnutls python lua wide-curses perl ruby -PKG_SUGGESTED_OPTIONS= gnutls +PKG_SUGGESTED_OPTIONS= gnutls python lua wide-curses perl ruby .include "../../mk/bsd.options.mk" # mk/curses will handle wide-curses |