pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/weechat Add a "lua" option to enable lua scripting



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa5d805d54e7
branches:  trunk
changeset: 519398:aa5d805d54e7
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Mon Oct 02 18:49:12 2006 +0000

description:
Add a "lua" option to enable lua scripting

diffstat:

 chat/weechat/Makefile |  4 ++--
 chat/weechat/PLIST    |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 9f74aaa22253 -r aa5d805d54e7 chat/weechat/Makefile
--- a/chat/weechat/Makefile     Mon Oct 02 18:26:45 2006 +0000
+++ b/chat/weechat/Makefile     Mon Oct 02 18:49:12 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/10/02 17:45:49 tonio Exp $
+# $NetBSD: Makefile,v 1.12 2006/10/02 18:49:12 tonio Exp $
 #
 
 DISTNAME=      weechat-0.2.1
@@ -15,7 +15,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --disable-ruby --disable-lua
+CONFIGURE_ARGS+=       --disable-ruby
 MAKE_ENV+=     INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q}
 
 INCOMPAT_CURSES+=      NetBSD-*-*
diff -r 9f74aaa22253 -r aa5d805d54e7 chat/weechat/PLIST
--- a/chat/weechat/PLIST        Mon Oct 02 18:26:45 2006 +0000
+++ b/chat/weechat/PLIST        Mon Oct 02 18:49:12 2006 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2006/10/02 17:45:49 tonio Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/10/02 18:49:12 tonio Exp $
 bin/weechat-curses
+${WITHLUA}lib/weechat/plugins/lua.la
 ${WITHPYTHON}lib/weechat/plugins/python.la
 man/man1/weechat-curses.1
 share/doc/weechat/html/de/weechat-doc.css



Home | Main Index | Thread Index | Old Index