diff options
author | tnn <tnn@pkgsrc.org> | 2010-03-03 13:54:47 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-03-03 13:54:47 +0000 |
commit | fd0b953301957b25f2f9d318083d3a3b9e0e6e53 (patch) | |
tree | a8f030fb45d0ce8548677100051af84c1d4a8c3c /mail/thunderbird | |
parent | f227d7078e2fd585bf1a5f96d2602afdfa372cf7 (diff) | |
download | pkgsrc-fd0b953301957b25f2f9d318083d3a3b9e0e6e53.tar.gz |
relax sqlite3 dependency to match what we have in pkgsrc-2009Q4.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 8 |
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" |