pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/gnuchess4



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 22:11:26 UTC 2023

Modified Files:
        pkgsrc/games/gnuchess4: Makefile

Log Message:
gnuchess4: Add missing curses/termcap dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/gnuchess4/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/gnuchess4/Makefile
diff -u pkgsrc/games/gnuchess4/Makefile:1.17 pkgsrc/games/gnuchess4/Makefile:1.18
--- pkgsrc/games/gnuchess4/Makefile:1.17        Sat Jan 18 23:32:01 2020
+++ pkgsrc/games/gnuchess4/Makefile     Sun Jul  9 22:11:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/01/18 23:32:01 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2023/07/09 22:11:26 nia Exp $
 
 DISTNAME=              gnuchess-4.0.pl80
 PKGNAME=               gnuchess4-4.0.80
@@ -27,4 +27,6 @@ post-install:
                README.font README.output \
                ${DESTDIR}${PREFIX}/share/doc/gnuchess4
 
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index