diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-25 07:48:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-25 07:48:36 +0000 |
commit | a04f883680f5e165a3ddf82d03ebfbce998aebc7 (patch) | |
tree | 724bd9358411fb62bf6e48a473b1d09f4ce21177 /www/mozilla | |
parent | 14503c7c61cea38f49852855b10dd8f224acee42 (diff) | |
download | ports-a04f883680f5e165a3ddf82d03ebfbce998aebc7.tar.gz ports-a04f883680f5e165a3ddf82d03ebfbce998aebc7.zip |
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/Makefile | 1 |
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 |