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. --- ham/gpredict/Makefile | 5 ++--- ham/grig/Makefile | 5 ++--- ham/tlf/Makefile | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) (limited to 'ham') diff --git a/ham/gpredict/Makefile b/ham/gpredict/Makefile index 6fff6a61199..e480699a3ee 100644 --- a/ham/gpredict/Makefile +++ b/ham/gpredict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:09:42 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/13 18:23:34 jlam Exp $ DISTNAME= gpredict-0.5.2 PKGREVISION= 2 @@ -9,10 +9,9 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://groundstation.sourceforge.net/ COMMENT= Gnome satellite tracking program -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR=yes GNU_CONFIGURE= yes -BUILD_USES_MSGFMT=yes .include "../../devel/GConf/buildlink3.mk" .include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk" diff --git a/ham/grig/Makefile b/ham/grig/Makefile index 11574cde6b7..6ad9c9fc53a 100644 --- a/ham/grig/Makefile +++ b/ham/grig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:09:42 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= grig-0.4.3 @@ -11,9 +11,8 @@ HOMEPAGE= http://groundstation.sourceforge.net/ COMMENT= Graphical user interface to the Hamlib libraries USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= YES .include "../../ham/hamlib/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" diff --git a/ham/tlf/Makefile b/ham/tlf/Makefile index 8df0cba4bee..6ca70f10700 100644 --- a/ham/tlf/Makefile +++ b/ham/tlf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/09 21:04:44 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= tlf-0.9.27 @@ -11,9 +11,8 @@ HOMEPAGE= http://home.iae.nl/users/reinc/TLF-0.2.html COMMENT= Advanced hamradio logging and contest program USE_NCURSES= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes -BUILD_USES_MSGFMT=yes PTHREAD_OPTS+= require PTHREAD_AUTO_VARS= yes -- cgit v1.2.3