From 2c01ea3b7724677eb90f7cc5186e55f90a768fed Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 13 Apr 2006 18:23:29 +0000 Subject: BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt. --- games/freeciv-share/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/freeciv-share') diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common index e8a49406fc6..515d6746b61 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.24 2006/03/04 21:29:41 jlam Exp $ +# $NetBSD: Makefile.common,v 1.25 2006/04/13 18:23:32 jlam Exp $ DISTNAME= freeciv-${FC_VERS} FC_VERS= 2.0.7 @@ -12,8 +12,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freeciv.org/ -BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo -- cgit v1.2.3