diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-06-11 21:56:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-06-11 21:56:48 +0000 |
commit | f021a5eeb9cb8092424095bfc32f9895f1af1be1 (patch) | |
tree | 8cb8aea0925f23190fb2633a27fb855f7dc05c9b /chat | |
parent | a4706b416f8138a5ca2595415e33d272ff7f28f3 (diff) | |
download | pkgsrc-f021a5eeb9cb8092424095bfc32f9895f1af1be1.tar.gz |
Tabify.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/weechat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 4fa931d4caf..e1331dd3265 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/06/10 22:20:09 tonio Exp $ +# $NetBSD: Makefile,v 1.16 2007/06/11 21:56:48 xtraeme Exp $ # DISTNAME= weechat-0.2.5 @@ -16,7 +16,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-ruby --disable-perl --disable-aspell -MAKE_ENV+= INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q} +MAKE_ENV+= INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q} INCOMPAT_CURSES+= NetBSD-*-* |