diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-25 15:48:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-25 15:48:36 +0800 |
commit | 96b339f07f1e66a012c00fe88084f15282140827 (patch) | |
tree | 917e380629ab2f93160a3487d5e2d8f073a63fdf /www/mozilla | |
parent | 4b0c52602a707466b33a9fb59769c16533766159 (diff) | |
download | freebsd-ports-gnome-96b339f07f1e66a012c00fe88084f15282140827.tar.gz freebsd-ports-gnome-96b339f07f1e66a012c00fe88084f15282140827.tar.zst freebsd-ports-gnome-96b339f07f1e66a012c00fe88084f15282140827.zip |
Disable Xft support in the master Mozilla port if WITH_GTK2 is defined.
This is consistent with the behavior in mozilla-devel.
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 |