summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz>2011-06-23 12:43:50 +0000
committerwiz <wiz>2011-06-23 12:43:50 +0000
commit997b534bbf6a7e93ba336a5dd7e2cfccb3ea92dc (patch)
treec325c6b0f84233524ed0df8a30b92f399ca78922 /games
parent8988aa9be06103255b96bbd2db243ce5985d0637 (diff)
downloadpkgsrc-997b534bbf6a7e93ba336a5dd7e2cfccb3ea92dc.tar.gz
Needs curses, so include mk/curses.buildlink3.mk.
Fixes PR 45091.
Diffstat (limited to 'games')
-rw-r--r--games/cmatrix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cmatrix/Makefile b/games/cmatrix/Makefile
index 7bc13d7f384..4528bc47dfb 100644
--- a/games/cmatrix/Makefile
+++ b/games/cmatrix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/03/04 06:59:03 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2011/06/23 12:43:50 wiz Exp $
#
DISTNAME= cmatrix-1.2a
@@ -23,4 +23,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/mtx.pcf \
${DESTDIR}${PREFIX}/share/cmatrix/mtx.pcf
+.include "../../mk/curses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"