pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/angband-x11



Module Name:    pkgsrc
Committed By:   roy
Date:           Tue Jan  3 21:39:22 UTC 2017

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

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/games/angband-x11/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-x11/Makefile
diff -u pkgsrc/games/angband-x11/Makefile:1.50 pkgsrc/games/angband-x11/Makefile:1.51
--- pkgsrc/games/angband-x11/Makefile:1.50      Tue Sep  8 11:57:49 2015
+++ pkgsrc/games/angband-x11/Makefile   Tue Jan  3 21:39:22 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2015/09/08 11:57:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.51 2017/01/03 21:39:22 roy Exp $
 #
 
 DISTNAME=      angband-3.0.3
@@ -47,8 +47,8 @@ post-install:
 
 BUILDLINK_DEPMETHOD.libXt?=    build
 
-.include "../../devel/ncurses/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index