summaryrefslogtreecommitdiff
path: root/chat/weechat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/weechat/Makefile')
-rw-r--r--chat/weechat/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile
index 15bdab17794..589c0d296c3 100644
--- a/chat/weechat/Makefile
+++ b/chat/weechat/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2006/06/10 16:17:32 tonio Exp $
+# $NetBSD: Makefile,v 1.11 2006/10/02 17:45:49 tonio Exp $
#
-DISTNAME= weechat-0.1.9
+DISTNAME= weechat-0.2.1
CATEGORIES= chat
MASTER_SITES= http://weechat.flashtux.org/download/
EXTRACT_SUFX= .tar.bz2
@@ -15,10 +15,13 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-python --disable-ruby --disable-lua
+CONFIGURE_ARGS+= --disable-ruby --disable-lua
+MAKE_ENV+= INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q}
INCOMPAT_CURSES+= NetBSD-*-*
+.include "options.mk"
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"