diff options
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index a66f04ab210..679d81753c8 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2004/08/10 14:04:01 taya Exp $ +# $NetBSD: Makefile,v 1.12 2005/02/27 13:20:43 taya Exp $ MOZILLA= firefox EXTRACT_SUFX= .tar.bz2 COMMENT= Lightweight gecko-based web browser +MOZILLA_USE_GTK2= # defined +MOZILLA_USE_XFT= YES + .include "../../www/firefox/Makefile-firefox.common" |