summaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorjoerg <joerg>2007-06-17 14:03:30 +0000
committerjoerg <joerg>2007-06-17 14:03:30 +0000
commitc36384f037f1530059630046cc7ca61c14be1d68 (patch)
treee088b4b9648da1d0b93a8482447b4efcced3b91c /www/seamonkey
parent304bbcbe74dcf837a04641aa9154b8d2e5d37161 (diff)
downloadpkgsrc-c36384f037f1530059630046cc7ca61c14be1d68.tar.gz
Fix thinko in Xft handling to unbreak gtk1 version.
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/seamonkey/Makefile.common b/www/seamonkey/Makefile.common
index 6eb87d4109f..0dd375d0223 100644
--- a/www/seamonkey/Makefile.common
+++ b/www/seamonkey/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2007/06/15 18:13:41 joerg Exp $
+# $NetBSD: Makefile.common,v 1.26 2007/06/17 14:03:30 joerg Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= seamonkey-${MOZ_DIST_VER}.source
@@ -220,8 +220,8 @@ CONFIGURE_ARGS+= --without-pthreads
CONFIGURE_ARGS+= --with-pthreads
.endif
-.if ${X11_TYPE} != "native" || \
- (${MOZILLA_USE_XFT} == "YES" && exists(${X11BASE}/include/X11/Xdefs.h))
+.if ${MOZILLA_USE_XFT} == "YES" && \
+ (${X11_TYPE} != "native" || exists(${X11BASE}/include/X11/Xdefs.h))
CONFIGURE_ARGS+= --enable-xft
# pkgconfig defaults to a "build" dependency, which is what we want.
.include "../../x11/libXft/buildlink3.mk"