summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-15 18:13:41 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-15 18:13:41 +0000
commit180117a405eae3de2a5ad9227185c3b520b9ab8b (patch)
treef6d10be122e082c81a7917d53bfb8e785c3b4892 /www
parentd227d4ba58953128c01e6804b0c5b5eda9ce6ad4 (diff)
downloadpkgsrc-180117a405eae3de2a5ad9227185c3b520b9ab8b.tar.gz
Fix my own commit to include a missing backslash.
Diffstat (limited to 'www')
-rw-r--r--www/seamonkey/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile.common b/www/seamonkey/Makefile.common
index 4d3fb367aad..6eb87d4109f 100644
--- a/www/seamonkey/Makefile.common
+++ b/www/seamonkey/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2007/06/15 17:38:54 joerg Exp $
+# $NetBSD: Makefile.common,v 1.25 2007/06/15 18:13:41 joerg Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= seamonkey-${MOZ_DIST_VER}.source
@@ -220,7 +220,7 @@ CONFIGURE_ARGS+= --without-pthreads
CONFIGURE_ARGS+= --with-pthreads
.endif
-.if ${X11_TYPE} != "native" ||
+.if ${X11_TYPE} != "native" || \
(${MOZILLA_USE_XFT} == "YES" && exists(${X11BASE}/include/X11/Xdefs.h))
CONFIGURE_ARGS+= --enable-xft
# pkgconfig defaults to a "build" dependency, which is what we want.