summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsnj <snj>2004-03-11 04:22:47 +0000
committersnj <snj>2004-03-11 04:22:47 +0000
commitcd8fa3eda545adbedfbdd348c4bf6c3569f4bdf5 (patch)
tree74f2e23ab0036859dcbf2a6144558a845c409ad4 /www
parent63e4dadaafb6deb851d868fe1c48e1bedb0faa75 (diff)
downloadpkgsrc-cd8fa3eda545adbedfbdd348c4bf6c3569f4bdf5.tar.gz
Explicitly enable Xft support. Welcome to 0.8nb2.
Diffstat (limited to 'www')
-rw-r--r--www/firefox-gtk2/Makefile5
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"