diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-22 23:57:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-22 23:57:46 +0000 |
commit | 7fa7433ab4ee5de122d225a28598e30c87e095e2 (patch) | |
tree | 809175ea507558fa4fe87b501800bda88e10f15f /www/mozilla-devel-gtk1/Makefile | |
parent | Update to 0.15.0. (diff) |
Disable Xft if WITH_GTK2 is defined in the master mozilla-devel port.
This will avoid accidental creation of a non-working Mozilla.
Suggested by: Dan Nelson <dnelson@allantgroup.com>
Notes
Notes:
svn path=/head/; revision=73830
Diffstat (limited to 'www/mozilla-devel-gtk1/Makefile')
-rw-r--r-- | www/mozilla-devel-gtk1/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/mozilla-devel-gtk1/Makefile b/www/mozilla-devel-gtk1/Makefile index 83a56d60a1e1..9e273ca521a3 100644 --- a/www/mozilla-devel-gtk1/Makefile +++ b/www/mozilla-devel-gtk1/Makefile @@ -14,7 +14,6 @@ MASTERDIR= ${.CURDIR}/../mozilla-devel DESCR= ${PKGDIR}/pkg-descr.gtk2 WITH_GTK2= yes -WITHOUT_XFT= "Causes crashes when used with apps such as Galeon 2" MOZILLA= mozilla-devel-gtk2 .include "${MASTERDIR}/Makefile" |