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 /misc/gnome2-utils | |
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 'misc/gnome2-utils')
-rw-r--r-- | misc/gnome2-utils/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/gnome2-utils/Makefile b/misc/gnome2-utils/Makefile index 31dafee23f4..db8e762fda6 100644 --- a/misc/gnome2-utils/Makefile +++ b/misc/gnome2-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2006/04/08 17:18:26 joerg Exp $ +# $NetBSD: Makefile,v 1.56 2006/04/13 18:23:35 jlam Exp $ # DISTNAME= gnome-utils-2.14.0 @@ -10,11 +10,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Set of useful GNOME2 utilities and applications -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= gmake perl pkg-config +USE_TOOLS+= gmake msgfmt perl pkg-config USE_DIRS+= gnome2-1.5 -USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |