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 /www/galeon/Makefile | |
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 'www/galeon/Makefile')
-rw-r--r-- | www/galeon/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index a108740db43..8a9e1a3ac95 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2006/03/21 06:00:51 jlam Exp $ +# $NetBSD: Makefile,v 1.97 2006/04/13 18:23:39 jlam Exp $ # DISTNAME= galeon-1.3.21 @@ -13,12 +13,10 @@ COMMENT= GNOME2 Web browser based on gecko BROKEN_IN= pkgsrc-2005Q4 -BUILD_USES_MSGFMT= yes - CONFLICTS+= galeon-devel-[0-9]* USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |