diff options
author | tonio <tonio> | 2009-09-29 17:17:39 +0000 |
---|---|---|
committer | tonio <tonio> | 2009-09-29 17:17:39 +0000 |
commit | 4f275d37b06ff3c1355aa844bebada5c9820da64 (patch) | |
tree | 4aefe583481fef7a8cafb6ab3115ba0e9f514009 /chat | |
parent | cac83d14eb67ff8bb3300411fb937544ed842fae (diff) | |
download | pkgsrc-4f275d37b06ff3c1355aa844bebada5c9820da64.tar.gz |
Remove INCOMPAT_CURSES, since it builds fine on -current and 5.0
Diffstat (limited to 'chat')
-rw-r--r-- | chat/weechat/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index 1969ec88199..d1a03482bf5 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2009/07/18 06:04:33 tonio Exp $ +# $NetBSD: Makefile,v 1.24 2009/09/29 17:17:39 tonio Exp $ # DISTNAME= weechat-0.2.6.3 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://weechat.flashtux.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -20,8 +21,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-ruby --disable-aspell MAKE_ENV+= INSTALL_DATA_DIR=${INSTALL_DATA_DIR:Q} -INCOMPAT_CURSES+= NetBSD-*-* - .include "options.mk" .include "../../devel/gettext-lib/buildlink3.mk" |