pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/angband-tty



Module Name:    pkgsrc
Committed By:   roy
Date:           Tue Jan  3 21:38:29 UTC 2017

Modified Files:
        pkgsrc/games/angband-tty: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/games/angband-tty/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/angband-tty/Makefile
diff -u pkgsrc/games/angband-tty/Makefile:1.39 pkgsrc/games/angband-tty/Makefile:1.40
--- pkgsrc/games/angband-tty/Makefile:1.39      Tue Aug 18 07:31:07 2015
+++ pkgsrc/games/angband-tty/Makefile   Tue Jan  3 21:38:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2015/08/18 07:31:07 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2017/01/03 21:38:29 roy Exp $
 #
 
 DISTNAME=              angband-283
@@ -47,5 +47,5 @@ do-install:
                ${CHMOD} ${GAMEDIRMODE} apex bone data edit file help info save user xtra
        ${INSTALL_PROGRAM} ${WRKSRC}/angband ${DESTDIR}${PREFIX}/bin
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index