pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/frotz Move to the curses framework.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25b26b18446a
branches:  trunk
changeset: 356709:25b26b18446a
user:      roy <roy%pkgsrc.org@localhost>
date:      Tue Jan 03 21:30:38 2017 +0000

description:
Move to the curses framework.

diffstat:

 games/frotz/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e0973e5d8c95 -r 25b26b18446a games/frotz/Makefile
--- a/games/frotz/Makefile      Tue Jan 03 21:27:33 2017 +0000
+++ b/games/frotz/Makefile      Tue Jan 03 21:30:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/09/08 11:57:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2017/01/03 21:30:38 roy Exp $
 
 DISTNAME=      frotz-2.43
 PKGREVISION=   5
@@ -34,6 +34,6 @@
        cd ${WRKSRC} && ${INSTALL_DATA} README INSTALL HOW_TO_PLAY \
                ${DESTDIR}${DOCDIR}
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index