summaryrefslogtreecommitdiff
path: root/www/mozilla
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-01 16:01:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-01 16:01:10 +0000
commita325806aaa7a38822e7ee0ff0a67d20f6b34330a (patch)
tree33fdd0fe5fd60155a028ae6e3bef86c0d879be27 /www/mozilla
parentAdd mail2sms, a small utility which strips mails down to fit into a SMS. (diff)
Make sure Xft support is really disabled if one defines WITHOUT_XFT.
PR: 51595 Submitted by: Seva Gluschenko <gvs@rinet.ru>
Notes
Notes: svn path=/head/; revision=79947
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 520f7f422b03..352013ee4b4f 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -144,6 +144,8 @@ CONFIGURE_ARGS+= --enable-default-toolkit=gtk
.if !defined(WITHOUT_XFT)
CONFIGURE_ARGS+= --enable-xft
+.else
+CONFIGURE_ARGS+= --disable-xft
.endif
.include <bsd.port.pre.mk>