pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/nudoku
Module Name: pkgsrc
Committed By: jperkin
Date: Mon May 6 15:13:47 UTC 2024
Modified Files:
pkgsrc/games/nudoku: Makefile
Log Message:
nudoku: Switch over to ncurses.
This package was updated in between my posting the ncurses patch for
review and committing, so it was missed.
Remove mk/curses.buildlink3.mk include as it's a nop if ncurses is being
specifically requested, and add USE_CURSES=wide so that wide support is
enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/games/nudoku/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/nudoku/Makefile
diff -u pkgsrc/games/nudoku/Makefile:1.8 pkgsrc/games/nudoku/Makefile:1.9
--- pkgsrc/games/nudoku/Makefile:1.8 Sun May 5 14:31:31 2024
+++ pkgsrc/games/nudoku/Makefile Mon May 6 15:13:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/05/05 14:31:31 ktnb Exp $
+# $NetBSD: Makefile,v 1.9 2024/05/06 15:13:47 jperkin Exp $
DISTNAME= nudoku-4.0.0
CATEGORIES= games
@@ -21,12 +21,12 @@ SUBST_SED.includes+= -e 's,"gettext.h",<
USE_TOOLS+= autoreconf automake autoconf autopoint gettext
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
+USE_CURSES= wide
USE_PKGLOCALEDIR= yes
pre-configure:
cd ${WRKSRC} && autoreconf -i
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/ncursesw/buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index