diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-15 18:13:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-15 18:13:41 +0000 |
commit | 180117a405eae3de2a5ad9227185c3b520b9ab8b (patch) | |
tree | f6d10be122e082c81a7917d53bfb8e785c3b4892 /www | |
parent | d227d4ba58953128c01e6804b0c5b5eda9ce6ad4 (diff) | |
download | pkgsrc-180117a405eae3de2a5ad9227185c3b520b9ab8b.tar.gz |
Fix my own commit to include a missing backslash.
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/Makefile.common | 4 |
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. |