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. --- sysutils/apcupsd/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sysutils/apcupsd') diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 8446034fac1..b202b300f9f 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/02/05 23:10:48 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2006/04/13 18:23:37 jlam Exp $ DISTNAME= apcupsd-3.8.6 PKGREVISION= 5 @@ -9,9 +9,7 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.sibbald.com/apcupsd/ COMMENT= UPS power management for APCC Products -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= gmake sh +USE_TOOLS+= gmake msgfmt sh GNU_CONFIGURE= yes -- cgit v1.2.3