Add the ncurses buildlink glue.

Fixes PR 14526 from mherzog@mediaone.net
This commit is contained in:
agc 2001-11-10 22:51:08 +00:00
parent 1fff0c5260
commit 191ea16a30

View file

@ -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"