diff options
author | roy <roy@pkgsrc.org> | 2013-10-16 07:37:10 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2013-10-16 07:37:10 +0000 |
commit | 2d8224c4bf9ecf26c386338bae28e7202e2d57f6 (patch) | |
tree | b9f0ed990404be90071480c2ce90ad52910a8a67 /chat/tirc | |
parent | 5de02f0ed3331c236129847c9823880c185aef25 (diff) | |
download | pkgsrc-2d8224c4bf9ecf26c386338bae28e7202e2d57f6.tar.gz |
tirc requires termcap, not ncurses
Diffstat (limited to 'chat/tirc')
-rw-r--r-- | chat/tirc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/tirc/Makefile b/chat/tirc/Makefile index ffc78c0fc4e..eebdbc5d305 100644 --- a/chat/tirc/Makefile +++ b/chat/tirc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2012/10/03 00:02:45 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/10/16 07:37:10 roy Exp $ # DISTNAME= tirc-1.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat MASTER_SITES= ftp://ftp.mayn.de/pub/really_old_stuff/unix/network/irc/tirc/ @@ -36,5 +36,5 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/dot.tircrc ${DESTDIR}${PREFIX}/share/tirc/tircrc -.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/termcap.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |