diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /textproc | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/diction/Makefile | 5 | ||||
-rw-r--r-- | textproc/grep/Makefile | 5 | ||||
-rw-r--r-- | textproc/iso-codes/Makefile | 5 | ||||
-rw-r--r-- | textproc/opensp/Makefile | 5 | ||||
-rw-r--r-- | textproc/scrollkeeper/Makefile | 5 |
5 files changed, 10 insertions, 15 deletions
diff --git a/textproc/diction/Makefile b/textproc/diction/Makefile index 440a9f78255..63e0fa9d294 100644 --- a/textproc/diction/Makefile +++ b/textproc/diction/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/03/04 21:30:45 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2006/04/13 18:23:38 jlam Exp $ DISTNAME= diction-1.08 PKGREVISION= 1 @@ -9,9 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/diction/diction.html COMMENT= GNU version of diction and style -BUILD_USES_MSGFMT= YES - USE_PKGLOCALEDIR= YES +USE_TOOLS+= msgfmt GNU_CONFIGURE= YES diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile index 4475f946d07..26987d45c7b 100644 --- a/textproc/grep/Makefile +++ b/textproc/grep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/04/07 19:54:17 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= grep-2.5.1 @@ -12,12 +12,11 @@ HOMEPAGE= http://www.gnu.org/software/grep/grep.html COMMENT= GNU grep USE_PKGLOCALEDIR= YES -BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-perl-regexp -USE_TOOLS+= makeinfo +USE_TOOLS+= makeinfo msgfmt TEXINFO_REQD= 4.0 INFO_FILES= # PLIST diff --git a/textproc/iso-codes/Makefile b/textproc/iso-codes/Makefile index cd032d8fe99..f740563beaa 100644 --- a/textproc/iso-codes/Makefile +++ b/textproc/iso-codes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/30 21:01:43 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= iso-codes_0.50.orig @@ -12,7 +12,7 @@ COMMENT= List of country, language and currency names GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= autoconf automake gmake perl +USE_TOOLS+= autoconf automake gmake msgfmt perl WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} PKGCONFIG_OVERRIDE= iso-codes.pc.in @@ -23,7 +23,6 @@ REPLACE_PERL= tab2h.pl PYTHON_FOR_BUILD_ONLY= yes BUILDLINK_DEPMETHOD.gettext= build BUILDLINK_DEPMETHOD.pyxml= build -BUILD_USES_MSGFMT= yes pre-configure: ${TOUCH} ${WRKSRC}/AUTHORS diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 7eb49e14de6..beee9dc497e 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/03/04 21:30:47 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= OpenSP-1.5.1 @@ -13,9 +13,8 @@ COMMENT= SGML parser, successor to "sp" CONFLICTS+= sp-[0-9]* -BUILD_USES_MSGFMT= yes BROKEN_GETTEXT_DETECTION= yes -USE_TOOLS+= perl +USE_TOOLS+= msgfmt perl USE_LANGUAGES= c c++ USE_LIBTOOL= yes PTHREAD_OPTS+= require diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 1441e284387..a199c052796 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/04/01 14:48:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.39 2006/04/13 18:23:38 jlam Exp $ # DISTNAME= scrollkeeper-0.3.14 @@ -13,11 +13,10 @@ COMMENT= Open Document Cataloging Project PKG_INSTALLATION_TYPES= overwrite pkgviews -BUILD_USES_MSGFMT= yes DEPENDS+= docbook-xml>=4.4nb4:../../textproc/docbook-xml GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |