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-gtk2 | |
parent | 4b0c52602a707466b33a9fb59769c16533766159 (diff) | |
download | freebsd-ports-graphics-96b339f07f1e66a012c00fe88084f15282140827.tar.gz freebsd-ports-graphics-96b339f07f1e66a012c00fe88084f15282140827.tar.zst freebsd-ports-graphics-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-gtk2')
-rw-r--r-- | www/mozilla-gtk2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/mozilla-gtk2/Makefile b/www/mozilla-gtk2/Makefile index 12c1d4f43ed..f12696c810a 100644 --- a/www/mozilla-gtk2/Makefile +++ b/www/mozilla-gtk2/Makefile @@ -14,7 +14,6 @@ MASTERDIR= ${.CURDIR}/../mozilla DESCR= ${PKGDIR}/pkg-descr.gtk2 WITH_GTK2= yes -WITHOUT_XFT= "Causes crashes when used with apps such as Galeon 2" MOZILLA= mozilla-gtk2 .include "${MASTERDIR}/Makefile" |