relax sqlite3 dependency to match what we have in pkgsrc-2009Q4.
This commit is contained in:
parent
c3b4ae4d68
commit
0b18b91a74
1 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue