diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-devel-gtk1/Makefile | 1 | ||||
-rw-r--r-- | www/mozilla-devel-gtk2/Makefile | 1 | ||||
-rw-r--r-- | www/mozilla-devel/Makefile | 1 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 1 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 1 |
5 files changed, 3 insertions, 2 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" diff --git a/www/mozilla-devel-gtk2/Makefile b/www/mozilla-devel-gtk2/Makefile index 83a56d60a1e1..9e273ca521a3 100644 --- a/www/mozilla-devel-gtk2/Makefile +++ b/www/mozilla-devel-gtk2/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" diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 3c4c7be35c71..f49f74ff81b6 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -35,6 +35,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 diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 3c4c7be35c71..f49f74ff81b6 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -35,6 +35,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 diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 3c4c7be35c71..f49f74ff81b6 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -35,6 +35,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 |