From 2991d873325288d704c87fd90393821d934ac5c2 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 22 Jan 2003 23:57:46 +0000 Subject: 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 --- www/seamonkey2/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/seamonkey2') diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 3c4c7be..f49f74f 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 -- cgit v1.1