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/gturing | |
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/gturing')
-rw-r--r-- | games/gturing/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/gturing/Makefile b/games/gturing/Makefile index 8872a7c84b8..03c28fb2609 100644 --- a/games/gturing/Makefile +++ b/games/gturing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/03/21 06:00:45 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2006/04/13 18:23:33 jlam Exp $ # DISTNAME= gturing-0.1.1 @@ -11,11 +11,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME2 turing machine emulator -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES BUILDLINK_TRANSFORM+= rm:-D.*_DISABLE_DEPRECATED |