summaryrefslogtreecommitdiff
path: root/devel/xulrunner/mozilla-common.mk
diff options
context:
space:
mode:
authorabs <abs>2012-04-26 15:36:58 +0000
committerabs <abs>2012-04-26 15:36:58 +0000
commitae71d1c26cc907fd5420b60e85ab3a41987bea5c (patch)
tree0a3ad673a0c281c47cd1e37d0029ecf0146006fb /devel/xulrunner/mozilla-common.mk
parent5d156acb49aab430f6be8d0ea29edc52cd6b2aff (diff)
downloadpkgsrc-ae71d1c26cc907fd5420b60e85ab3a41987bea5c.tar.gz
update sqlite3 requirement to >=3.7.10 - fixes build on at least netbsd-6
Diffstat (limited to 'devel/xulrunner/mozilla-common.mk')
-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 4c757ec4c3d..4678cf77f51 100644
--- a/devel/xulrunner/mozilla-common.mk
+++ b/devel/xulrunner/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.32 2012/03/21 20:10:11 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.33 2012/04/26 15:36:58 abs Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -84,7 +84,7 @@ PREFER.bzip2?= pkgsrc
.include "../../audio/alsa-lib/buildlink3.mk"
.endif
.include "../../archivers/bzip2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.7.7.1
+BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.7.10
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