diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox2-gtk1/Makefile | 3 | ||||
-rw-r--r-- | www/firefox2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/firefox2-gtk1/Makefile b/www/firefox2-gtk1/Makefile index f23e295df69..c39161acdc2 100644 --- a/www/firefox2-gtk1/Makefile +++ b/www/firefox2-gtk1/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/11/30 11:40:14 ghen Exp $ +# $NetBSD: Makefile,v 1.3 2006/12/06 20:38:39 joerg Exp $ MOZILLA= firefox-gtk1 COMMENT= Lightweight gecko-based web browser built with GTK+-1.x +PKGREVISION= 1 .include "../../www/firefox2/Makefile-firefox.common" .include "../../mk/bsd.pkg.mk" diff --git a/www/firefox2/Makefile b/www/firefox2/Makefile index 5db5f26ef27..9443b1745ae 100644 --- a/www/firefox2/Makefile +++ b/www/firefox2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2006/11/29 21:49:45 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2006/12/06 20:38:38 joerg Exp $ MOZILLA= firefox EXTRACT_SUFX= .tar.bz2 COMMENT= Lightweight gecko-based web browser +PKGREVISION= 1 MOZILLA_USE_GTK2= # yes MOZILLA_USE_XFT= YES |