summaryrefslogtreecommitdiff
path: root/www/mozilla
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-25 07:48:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-25 07:48:36 +0000
commita04f883680f5e165a3ddf82d03ebfbce998aebc7 (patch)
tree724bd9358411fb62bf6e48a473b1d09f4ce21177 /www/mozilla
parentrev bump, keep rev in Makefile.common (diff)
Disable Xft support in the master Mozilla port if WITH_GTK2 is defined.
This is consistent with the behavior in mozilla-devel.
Notes
Notes: svn path=/head/; revision=73976
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index df3b8032e972..611fe08c5f80 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -34,6 +34,7 @@ WITHOUT_CHATZILLA= "Contains a buffer overflow reported at http://online.securit
.if defined(WITH_GTK2)
LIB_DEPENDS+= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
ORBit-2.0:${PORTSDIR}/devel/ORBit2
+WITHOUT_XFT= "Mozilla cannot be built with GTK-2.0 and Xft support"
.else
USE_GNOME= gtk12
.endif