aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-01-23 07:57:46 +0800
committermarcus <marcus@FreeBSD.org>2003-01-23 07:57:46 +0800
commit2991d873325288d704c87fd90393821d934ac5c2 (patch)
tree5eebbb89b80e7a5b235116faa2808abede2d88fd /www/seamonkey
parent2dea5b202ad46542b36c2eb5c524ac31c77eed35 (diff)
downloadfreebsd-ports-gnome-2991d873325288d704c87fd90393821d934ac5c2.tar.gz
freebsd-ports-gnome-2991d873325288d704c87fd90393821d934ac5c2.tar.zst
freebsd-ports-gnome-2991d873325288d704c87fd90393821d934ac5c2.zip
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>
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile1
1 files changed, 1 insertions, 0 deletions
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