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. --- wm/sawfish/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'wm/sawfish') diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index a1432e0540a..12bf5c0a58a 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/04/08 05:02:59 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2006/04/13 18:23:38 jlam Exp $ # PKGNAME= sawfish-${SF_VERS} @@ -13,9 +13,8 @@ USE_X11BASE= yes CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} -BUILD_USES_MSGFMT= YES -USE_TOOLS+= makeinfo +USE_TOOLS+= makeinfo msgfmt INFO_FILES= # PLIST PLIST_SUBST+= SF_VERS=${SF_VERS:Q} -- cgit v1.2.3