diff options
author | dholland <dholland@pkgsrc.org> | 2011-12-18 15:52:44 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-12-18 15:52:44 +0000 |
commit | 7d1b25e05f6871a08a8d57bba436d61575fca14e (patch) | |
tree | 6eb9df3f2ac8c1d1b06dc87f4ccf230ab4441b31 /games/lnl/Makefile | |
parent | 926aa7f57f1687c6b80d93f9a345e5967a32d83d (diff) | |
download | pkgsrc-7d1b25e05f6871a08a8d57bba436d61575fca14e.tar.gz |
Needs curses, not termcap. Doesn't build, so no revbump.
Diffstat (limited to 'games/lnl/Makefile')
-rw-r--r-- | games/lnl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/lnl/Makefile b/games/lnl/Makefile index e99f9a9c387..f55c581ef76 100644 --- a/games/lnl/Makefile +++ b/games/lnl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/12/17 10:15:36 sbd Exp $ +# $NetBSD: Makefile,v 1.3 2011/12/18 15:56:37 dholland Exp $ DISTNAME= lnl-3.4.19 PKGREVISION= 1 @@ -18,5 +18,5 @@ USE_LANGUAGES= c c++ # not used CHECK_PORTABILITY_SKIP= sh/* -.include "../../mk/termcap.buildlink3.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |