summaryrefslogtreecommitdiff
path: root/www/seamonkey/Makefile.common
diff options
context:
space:
mode:
authorjoerg <joerg>2007-06-15 18:13:41 +0000
committerjoerg <joerg>2007-06-15 18:13:41 +0000
commit1b06cd4e0b18dd239bb1d459bef3ba8bb3ac860a (patch)
treef6d10be122e082c81a7917d53bfb8e785c3b4892 /www/seamonkey/Makefile.common
parent10a244638bf967ac5d007b1ab2bcf3996605eeb7 (diff)
downloadpkgsrc-1b06cd4e0b18dd239bb1d459bef3ba8bb3ac860a.tar.gz
Fix my own commit to include a missing backslash.
Diffstat (limited to 'www/seamonkey/Makefile.common')
-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.