diff options
author | snj <snj@pkgsrc.org> | 2004-03-11 04:22:47 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-11 04:22:47 +0000 |
commit | 8c922ee4031d5c3b04b6cbdae6d9a6b33b13cd73 (patch) | |
tree | 74f2e23ab0036859dcbf2a6144558a845c409ad4 /www | |
parent | c07f9ebebef6ac358a6e1c76f4de744e0b70393d (diff) | |
download | pkgsrc-8c922ee4031d5c3b04b6cbdae6d9a6b33b13cd73.tar.gz |
Explicitly enable Xft support. Welcome to 0.8nb2.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-gtk2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/firefox-gtk2/Makefile b/www/firefox-gtk2/Makefile index c8dd602c459..270dcf52be3 100644 --- a/www/firefox-gtk2/Makefile +++ b/www/firefox-gtk2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2004/03/10 12:58:13 taya Exp $ +# $NetBSD: Makefile,v 1.3 2004/03/11 04:22:47 snj Exp $ MOZILLA= firefox-gtk2 MOZILLA_BIN= firefox-bin MOZ_VER= 0.8 -PKGREVISION= 1 +PKGREVISION= 2 EXTRACT_SUFX= .tar.bz2 DISTNAME= firefox-source-${MOZ_VER} @@ -28,5 +28,6 @@ CONFIGURE_ARGS+= --enable-extensions=default,-irc USE_GCC_SHLIB= yes BUILD_MATHML= # defined MOZILLA_USE_GTK2= # defined +MOZILLA_USE_XFT= YES .include "../../www/mozilla/Makefile.common" |