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. --- fonts/fontforge/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'fonts/fontforge/Makefile') diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index 89f185ae066..0c233ca8300 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/18 04:52:33 minskim Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/13 18:23:32 jlam Exp $ DISTNAME= fontforge_full-${VERSION} PKGNAME= fontforge-${VERSION} @@ -13,12 +13,9 @@ COMMENT= Postscript font editor VERSION= 20060209 -BUILD_USES_MSGFMT= yes -USE_MSGFMT_PLURALS= yes - USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-freetype-src WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -- cgit v1.2.3