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. --- graphics/freetype-lib/Makefile.common | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'graphics/freetype-lib') diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common index c6be837a260..cee217ce725 100644 --- a/graphics/freetype-lib/Makefile.common +++ b/graphics/freetype-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2006/03/04 21:29:47 jlam Exp $ +# $NetBSD: Makefile.common,v 1.33 2006/04/13 18:23:33 jlam Exp $ DISTNAME= freetype-${FT_VERS} FT_VERS= 1.3.1 @@ -12,8 +12,7 @@ CONFLICTS= freetype-1.[12]* PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -- cgit v1.2.3