summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-03-03 13:54:47 +0000
committertnn <tnn@pkgsrc.org>2010-03-03 13:54:47 +0000
commit0b18b91a74410ff8c1f505448e6f22a115f0a7d6 (patch)
treea8f030fb45d0ce8548677100051af84c1d4a8c3c /mail/thunderbird
parentc3b4ae4d68904edcea66b1bd046387f4772af4a6 (diff)
downloadpkgsrc-0b18b91a74410ff8c1f505448e6f22a115f0a7d6.tar.gz
relax sqlite3 dependency to match what we have in pkgsrc-2009Q4.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index 2aaed21ebef..252d9193832 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2010/02/26 18:38:39 tnn Exp $
+# $NetBSD: Makefile,v 1.49 2010/03/03 13:54:47 tnn Exp $
#
DISTNAME= thunderbird-${TB_VER}.source
@@ -59,6 +59,12 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/mail/branding/nightly/mailicon48.png \
${DESTDIR}${PREFIX}/share/pixmaps/${MOZILLA}.png
+SUBST_CLASSES+= fix-sqlite-dep
+SUBST_STAGE.fix-sqlite-dep= pre-configure
+SUBST_MESSAGE.fix-sqlite-dep= Fixing sqlite dependency
+SUBST_FILES.fix-sqlite-dep= ${MOZILLA_DIR}/configure.in configure.in
+SUBST_SED.fix-sqlite-dep= -e 's,\(SQLITE_VERSION\)=[.0-9]*,\1=3.6.21,g'
+
.include "../../devel/xulrunner/mozilla-common.mk"
.include "options.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"