diff options
author | wiz <wiz@pkgsrc.org> | 2011-06-23 12:43:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-06-23 12:43:50 +0000 |
commit | c99d0b2b2d255ece43801020ba8f7c6ee95b51da (patch) | |
tree | c325c6b0f84233524ed0df8a30b92f399ca78922 /games | |
parent | 99fbddede88b4bd66eca69b439e14c29b21af401 (diff) | |
download | pkgsrc-c99d0b2b2d255ece43801020ba8f7c6ee95b51da.tar.gz |
Needs curses, so include mk/curses.buildlink3.mk.
Fixes PR 45091.
Diffstat (limited to 'games')
-rw-r--r-- | games/cmatrix/Makefile | 3 |
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" |