From 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 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. --- editors/abiword/Makefile.common | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'editors/abiword') diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index d2455ec1892..63beade31ff 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2006/01/26 23:23:08 adam Exp $ +# $NetBSD: Makefile.common,v 1.30 2006/04/13 18:23:32 jlam Exp $ # Be sure to update PLIST and distinfo for editors/abiword-plugins when updating ABIWORD_VERSION= 2.4.2 @@ -12,12 +12,10 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.abisource.com/ -BUILD_USES_MSGFMT= yes - MAKEFILE= GNUmakefile USE_DIRS+= xdg-1.1 USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libpng=${BUILDLINK_PREFIX.png} -- cgit v1.2.3