diff options
author | agc <agc@pkgsrc.org> | 2001-11-10 22:51:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-11-10 22:51:08 +0000 |
commit | 191ea16a30b8038931da7395fe8677f39b1beeb6 (patch) | |
tree | 9348bd49a07b47ce8a281e8c333c04cf006d4d5b /chat/tirc | |
parent | 1fff0c526057f609b0e7f43b5ce63b70978159d1 (diff) | |
download | pkgsrc-191ea16a30b8038931da7395fe8677f39b1beeb6.tar.gz |
Add the ncurses buildlink glue.
Fixes PR 14526 from mherzog@mediaone.net
Diffstat (limited to 'chat/tirc')
-rw-r--r-- | chat/tirc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/tirc/Makefile b/chat/tirc/Makefile index f41f62570d9..ea248271267 100644 --- a/chat/tirc/Makefile +++ b/chat/tirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 10:59:49 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/11/10 22:51:08 agc Exp $ # DISTNAME= tirc-1.2 @@ -25,4 +25,5 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/tirc ${INSTALL_DATA} ${WRKSRC}/dot.tircrc ${PREFIX}/share/tirc/tircrc +.include "../../devel/ncurses/buildlink.mk" .include "../../mk/bsd.pkg.mk" |