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:           Wed Dec 16 11:21:43 UTC 2020

Modified Files:
        pkgsrc/games/nudoku: Makefile

Log Message:
nudoku: Requires autoconf macros defined by pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/games/nudoku/Makefile:1.6
--- pkgsrc/games/nudoku/Makefile:1.5    Mon Dec 14 09:19:40 2020
+++ pkgsrc/games/nudoku/Makefile        Wed Dec 16 11:21:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/12/14 09:19:40 nia Exp $
+# $NetBSD: Makefile,v 1.6 2020/12/16 11:21:43 nia Exp $
 
 DISTNAME=      nudoku-2.1.0
 CATEGORIES=    games
@@ -19,6 +19,7 @@ SUBST_FILES.includes+=        src/sudoku.c
 SUBST_SED.includes+=   -e 's,"gettext.h",<libintl.h>,'
 
 USE_TOOLS+=            autoreconf automake autoconf autopoint gettext
+USE_TOOLS+=            pkg-config
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
 



Home | Main Index | Thread Index | Old Index