diff options
author | ahoka <ahoka@pkgsrc.org> | 2009-06-08 23:19:12 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2009-06-08 23:19:12 +0000 |
commit | 630eb0ea4b07a301231a8bdbed91f51fc243f536 (patch) | |
tree | b90f8fd5208ff8360b7b7b0e1329b893083e4281 | |
parent | a2ec46329bde1efd1de8536affa4a2ddeba660df (diff) | |
download | pkgsrc-630eb0ea4b07a301231a8bdbed91f51fc243f536.tar.gz |
Don't address Firefox as "lightweight" in the description.
-rw-r--r-- | www/firefox3-bin/Makefile | 4 | ||||
-rw-r--r-- | www/firefox3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox3-bin/Makefile b/www/firefox3-bin/Makefile index b75e9a39dd3..735f08660ec 100644 --- a/www/firefox3-bin/Makefile +++ b/www/firefox3-bin/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2009/03/19 00:30:39 mike Exp $ +# $NetBSD: Makefile,v 1.7 2009/06/08 23:19:12 ahoka Exp $ MOZILLA= firefox MOZ_VER= 3.0.2 MOZ_DISTVER= ${MOZ_VER} HOMEPAGE= http://www.mozilla.com/en-US/firefox/ -COMMENT= Lightweight gecko-based web browser (binary package) +COMMENT= Web browser with support for extensions (binary package) # requires newer version of GTK+ than supported by suse_gtk2 package NOT_FOR_PLATFORM= NetBSD-*-* diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 2d0dd339ca1..64647c302e5 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2009/04/28 09:14:25 tnn Exp $ +# $NetBSD: Makefile,v 1.32 2009/06/08 23:19:12 ahoka Exp $ MOZILLA= firefox3 # allow coexisting with firefox2 -COMMENT= Lightweight gecko-based web browser +COMMENT= Web browser with support for extensions MOZILLA_USE_GTK2= # yes MOZILLA_USE_XFT= YES |