summaryrefslogtreecommitdiff
path: root/www/mozilla-devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-22 23:57:46 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-01-22 23:57:46 +0000
commit7fa7433ab4ee5de122d225a28598e30c87e095e2 (patch)
tree809175ea507558fa4fe87b501800bda88e10f15f /www/mozilla-devel
parentUpdate 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')
-rw-r--r--www/mozilla-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
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