diff options
author | spz <spz@pkgsrc.org> | 2010-03-04 21:40:29 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2010-03-04 21:40:29 +0000 |
commit | 5a98fbd20cf1f6e6cfb95bc58281ca12c137ed5a (patch) | |
tree | e54f840f84761c510998f7951f48ab71325660f8 /chat/i2cb/Makefile | |
parent | 713044c4099b9ea7840580efa4501e52afdbc04f (diff) | |
download | pkgsrc-5a98fbd20cf1f6e6cfb95bc58281ca12c137ed5a.tar.gz |
Add patches to compile on systems with getline() and to link to the tcl
currently in pkgsrc.
Diffstat (limited to 'chat/i2cb/Makefile')
-rw-r--r-- | chat/i2cb/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chat/i2cb/Makefile b/chat/i2cb/Makefile index 389c12f905b..785d48b0d68 100644 --- a/chat/i2cb/Makefile +++ b/chat/i2cb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2010/02/11 12:33:35 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2010/03/04 21:40:29 spz Exp $ # DISTNAME= i2cb-6.0_ALPHA @@ -12,8 +12,6 @@ COMMENT= Next generation Internet Citicen's Band chat client PKG_DESTDIR_SUPPORT= user-destdir -BROKEN= Depends on TCL 8.3 - WRKSRC= ${WRKDIR}/icb USE_GNU_READLINE= yes @@ -35,6 +33,6 @@ do-install: ${WRKSRC}/contrib/echofile \ ${DESTDIR}${PREFIX}/libdata/i2cb -.include "../../lang/tcl83/buildlink3.mk" +.include "../../lang/tcl/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |