Mon Dec 14 09:19:40 2020 UTC ()
nudoku: Needs gettext m4 macros to build


(nia)
diff -r1.4 -r1.5 pkgsrc/games/nudoku/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/games/nudoku/Makefile (expand / switch to unified diff)

--- pkgsrc/games/nudoku/Makefile 2020/12/01 11:09:18 1.4
+++ pkgsrc/games/nudoku/Makefile 2020/12/14 09:19:40 1.5
@@ -1,24 +1,26 @@ @@ -1,24 +1,26 @@
1# $NetBSD: Makefile,v 1.4 2020/12/01 11:09:18 nia Exp $ 1# $NetBSD: Makefile,v 1.5 2020/12/14 09:19:40 nia Exp $
2 2
3DISTNAME= nudoku-2.1.0 3DISTNAME= nudoku-2.1.0
4CATEGORIES= games 4CATEGORIES= games
5MASTER_SITES= ${MASTER_SITE_GITHUB:=jubalh/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=jubalh/}
6 6
7MAINTAINER= fcambus@NetBSD.org 7MAINTAINER= fcambus@NetBSD.org
8HOMEPAGE= https://jubalh.github.io/nudoku/ 8HOMEPAGE= https://jubalh.github.io/nudoku/
9COMMENT= Ncurses based sudoku game 9COMMENT= Ncurses based sudoku game
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
 12TOOL_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
 13
12# Fix gettext includes 14# Fix gettext includes
13SUBST_CLASSES+= includes 15SUBST_CLASSES+= includes
14SUBST_STAGE.includes= post-configure 16SUBST_STAGE.includes= post-configure
15SUBST_MESSAGE.includes= Fix gettext includes 17SUBST_MESSAGE.includes= Fix gettext includes
16SUBST_FILES.includes+= src/sudoku.c 18SUBST_FILES.includes+= src/sudoku.c
17SUBST_SED.includes+= -e 's,"gettext.h",<libintl.h>,' 19SUBST_SED.includes+= -e 's,"gettext.h",<libintl.h>,'
18 20
19USE_TOOLS+= autoreconf automake autoconf autopoint gettext 21USE_TOOLS+= autoreconf automake autoconf autopoint gettext
20GNU_CONFIGURE= yes 22GNU_CONFIGURE= yes
21USE_PKGLOCALEDIR= yes 23USE_PKGLOCALEDIR= yes
22 24
23FAKE_NCURSES= yes 25FAKE_NCURSES= yes
24 26