diff options
author | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
commit | 2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /math | |
parent | 0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff) | |
download | pkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'math')
-rw-r--r-- | math/galculator/Makefile | 5 | ||||
-rw-r--r-- | math/gcalctool/Makefile | 6 | ||||
-rw-r--r-- | math/gnumeric/Makefile | 5 | ||||
-rw-r--r-- | math/pspp/Makefile | 5 |
4 files changed, 8 insertions, 13 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 3a00d64ed12..3976c88e56f 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/04/03 13:08:03 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= galculator-1.2.5.2 @@ -11,8 +11,7 @@ COMMENT= Desktop calculator with scientific / RPN modes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config -BUILD_USES_MSGFMT= yes +USE_TOOLS+= gmake msgfmt pkg-config .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index c763912a2e7..d5cb5421c9c 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/03/30 21:28:37 jmmv Exp $ +# $NetBSD: Makefile,v 1.53 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= gcalctool-5.7.32 @@ -10,14 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://calctool.sourceforge.net/ COMMENT= Desktop calculator for GNOME -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES CONFIGURE_ENV+= HAVE_YACC=yes USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes -USE_TOOLS+= bison gmake pkg-config +USE_TOOLS+= bison gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes GCONF2_SCHEMAS= gcalctool.schemas diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 82d920306ef..cd6440788f0 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2006/04/06 18:25:39 reed Exp $ +# $NetBSD: Makefile,v 1.112 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= gnumeric-1.6.3 @@ -10,10 +10,9 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/gnumeric/ COMMENT= Spreadsheet program from the GNOME project -BUILD_USES_MSGFMT= YES USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake perl:run pkg-config +USE_TOOLS+= gmake msgfmt perl:run pkg-config USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/math/pspp/Makefile b/math/pspp/Makefile index ae9d42b46c1..509aaa2376a 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/04/05 23:01:16 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= pspp-0.3.0 @@ -17,8 +17,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/pspp/ COMMENT= Program for statistical analysis of sampled data -BUILD_USES_MSGFMT= yes - +USE_TOOLS+= msgfmt GNU_CONFIGURE= yes CPPFLAGS+= -Dunix=1 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |