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 /games/gnome2-games | |
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 'games/gnome2-games')
-rw-r--r-- | games/gnome2-games/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index 992eddc085e..388019bdb39 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2006/04/06 06:22:00 reed Exp $ +# $NetBSD: Makefile,v 1.68 2006/04/13 18:23:32 jlam Exp $ DISTNAME= gnome-games-2.14.0 CATEGORIES= games gnome @@ -11,15 +11,12 @@ COMMENT= GNOME2 games collection CONFLICTS= xbill-[0-9]* -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_CONFIG_WRAPPER= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_MSGFMT_PLURALS= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} |