nudoku: Requires autoconf macros defined by pkg-config

This commit is contained in:
nia 2020-12-16 11:21:43 +00:00
parent 4cc23d6d80
commit fada80bde9

View file

@ -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 DISTNAME= nudoku-2.1.0
CATEGORIES= games CATEGORIES= games
@ -19,6 +19,7 @@ SUBST_FILES.includes+= src/sudoku.c
SUBST_SED.includes+= -e 's,"gettext.h",<libintl.h>,' SUBST_SED.includes+= -e 's,"gettext.h",<libintl.h>,'
USE_TOOLS+= autoreconf automake autoconf autopoint gettext USE_TOOLS+= autoreconf automake autoconf autopoint gettext
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes USE_PKGLOCALEDIR= yes