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 /lang/gb | |
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 'lang/gb')
-rw-r--r-- | lang/gb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gb/Makefile b/lang/gb/Makefile index 51f377d9ee0..4ae60320ebd 100644 --- a/lang/gb/Makefile +++ b/lang/gb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/02/05 23:09:44 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/13 18:23:34 jlam Exp $ # DISTNAME= gb-0.0.20 @@ -10,9 +10,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.gnome.org/gb/ COMMENT= Basic for Gnome -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES +USE_TOOLS+= msgfmt USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_LIBTOOL= YES |