summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-06-23 12:43:50 +0000
committerwiz <wiz@pkgsrc.org>2011-06-23 12:43:50 +0000
commit25f46a23f11fd5627a4ca20834f915e2e0a1e0e8 (patch)
treec325c6b0f84233524ed0df8a30b92f399ca78922 /games
parent79a97a6bc4d4823a95512866c5e15d31144ced5e (diff)
downloadpkgsrc-25f46a23f11fd5627a4ca20834f915e2e0a1e0e8.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"