pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/nudoku nudoku: Requires autoconf macros defined ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bed756934ad6
branches:  trunk
changeset: 443559:bed756934ad6
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Dec 16 11:21:43 2020 +0000

description:
nudoku: Requires autoconf macros defined by pkg-config

diffstat:

 games/nudoku/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b6bf8f8a734d -r bed756934ad6 games/nudoku/Makefile
--- a/games/nudoku/Makefile     Wed Dec 16 07:43:36 2020 +0000
+++ b/games/nudoku/Makefile     Wed Dec 16 11:21:43 2020 +0000
@@ -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_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