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: nia
Date: Tue May 7 16:01:07 UTC 2024
Modified Files:
pkgsrc/games/nudoku: Makefile
Log Message:
nudoku: Adapt to new ncurses reality. Allow NetBSD curses.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/games/nudoku/Makefile:1.10
--- pkgsrc/games/nudoku/Makefile:1.9 Mon May 6 15:13:47 2024
+++ pkgsrc/games/nudoku/Makefile Tue May 7 16:01:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/05/06 15:13:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2024/05/07 16:01:06 nia Exp $
DISTNAME= nudoku-4.0.0
CATEGORIES= games
@@ -22,11 +22,15 @@ USE_TOOLS+= autoreconf automake autocon
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
USE_CURSES= wide
+FAKE_NCURSES= yes
USE_PKGLOCALEDIR= yes
+CONFIGURE_ENV+= ncursesw_CFLAGS=-I${BUILDLINK_PREFIX.curses}/include
+CONFIGURE_ENV+= ncursesw_LIBS=${BUILDLINK_LDADD.curses:Q}
+
pre-configure:
cd ${WRKSRC} && autoreconf -i
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index