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:           Mon Dec 14 09:19:40 UTC 2020

Modified Files:
        pkgsrc/games/nudoku: Makefile

Log Message:
nudoku: Needs gettext m4 macros to build


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/games/nudoku/Makefile:1.5
--- pkgsrc/games/nudoku/Makefile:1.4    Tue Dec  1 11:09:18 2020
+++ pkgsrc/games/nudoku/Makefile        Mon Dec 14 09:19:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/12/01 11:09:18 nia Exp $
+# $NetBSD: Makefile,v 1.5 2020/12/14 09:19:40 nia Exp $
 
 DISTNAME=      nudoku-2.1.0
 CATEGORIES=    games
@@ -9,6 +9,8 @@ HOMEPAGE=       https://jubalh.github.io/nudok
 COMMENT=       Ncurses based sudoku game
 LICENSE=       gnu-gpl-v3
 
+TOOL_DEPENDS+= gettext-m4-[0-9]*:../../devel/gettext-m4
+
 # Fix gettext includes
 SUBST_CLASSES+=                includes
 SUBST_STAGE.includes=  post-configure



Home | Main Index | Thread Index | Old Index