summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-01-20 11:25:24 +0000
committerryoon <ryoon@pkgsrc.org>2013-01-20 11:25:24 +0000
commitc5e5a0b890eaf79b5f12a7eec3508176b819045e (patch)
tree14e15ae75bc70758253669f6d630f6c418c06492 /devel
parent25238c108de6ef0d1ee16297d866a9df6ea0bc4d (diff)
downloadpkgsrc-c5e5a0b890eaf79b5f12a7eec3508176b819045e.tar.gz
Ride previous update.
For PR pkg/47470. xulrunner requires sqlite3-3.7.14.1 or greater in configure stage.
Diffstat (limited to 'devel')
-rw-r--r--devel/xulrunner/mozilla-common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner/mozilla-common.mk b/devel/xulrunner/mozilla-common.mk
index 6c7b18bc76d..935f0fd47a6 100644
--- a/devel/xulrunner/mozilla-common.mk
+++ b/devel/xulrunner/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.39 2013/01/19 09:25:25 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.40 2013/01/20 11:25:24 ryoon Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -100,7 +100,7 @@ PREFER.bzip2?= pkgsrc
.include "../../audio/alsa-lib/buildlink3.mk"
.endif
.include "../../archivers/bzip2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.7.12.1
+BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.7.14.1
CONFIGURE_ENV+= ac_cv_sqlite_secure_delete=yes # c.f. patches/patch-al
.include "../../databases/sqlite3/buildlink3.mk"
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1