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 | rev 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 '')
-rw-r--r-- | www/mozilla-gtk1/Makefile | 1 | ||||
-rw-r--r-- | www/mozilla-gtk2/Makefile | 1 | ||||
-rw-r--r-- | www/mozilla/Makefile | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/www/mozilla-gtk1/Makefile b/www/mozilla-gtk1/Makefile index 12c1d4f43ed7..f12696c810a9 100644 --- a/www/mozilla-gtk1/Makefile +++ b/www/mozilla-gtk1/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" diff --git a/www/mozilla-gtk2/Makefile b/www/mozilla-gtk2/Makefile index 12c1d4f43ed7..f12696c810a9 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" 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 |