summaryrefslogtreecommitdiff
path: root/www/firefox/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/Makefile.common')
-rw-r--r--www/firefox/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile.common b/www/firefox/Makefile.common
index d41cba6b265..19c530cbb85 100644
--- a/www/firefox/Makefile.common
+++ b/www/firefox/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2007/06/17 13:47:00 joerg Exp $
+# $NetBSD: Makefile.common,v 1.22 2007/06/18 21:33:32 dmcmahill Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= mozilla-${MOZ_DIST_VER}-source
@@ -211,7 +211,7 @@ CONFIGURE_ARGS+= --without-pthreads
CONFIGURE_ARGS+= --with-pthreads
.endif
-.if ${MOZILLA_USE_XFT} == "YES" && (exists(${X11BASE}/include/X11/Xdefs.h) || ${X11_TYPE} != "native")
+.if ${MOZILLA_USE_XFT} == "YES"
CONFIGURE_ARGS+= --enable-xft
# pkgconfig defaults to a "build" dependency, which is what we want.
.include "../../x11/libXft/buildlink3.mk"