summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn>2009-09-20 07:04:22 +0000
committertnn <tnn>2009-09-20 07:04:22 +0000
commita63084ecf220c6a9d04ba192a50762650c1856e3 (patch)
treed3abe52585e3a7164ed62f4e3a2b2d1b9ed0d3cf /devel
parent657794831686e0561885b222962ba1000c4a6175 (diff)
downloadpkgsrc-a63084ecf220c6a9d04ba192a50762650c1856e3.tar.gz
require sqlite at least 3.6.10. From ISIHARA Takanori in PR pkg/42101.
Diffstat (limited to 'devel')
-rw-r--r--devel/xulrunner/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile
index a2453c4af2e..2d604be4c2b 100644
--- a/devel/xulrunner/Makefile
+++ b/devel/xulrunner/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/09/14 15:12:12 tnn Exp $
+# $NetBSD: Makefile,v 1.22 2009/09/20 07:04:22 tnn Exp $
#
DISTNAME= xulrunner-${XULRUNNER_VER}-source
@@ -121,6 +121,7 @@ post-install:
.include "../../audio/alsa-lib/buildlink3.mk"
.endif
.include "../../archivers/bzip2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.6.10
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../net/libIDL/buildlink3.mk"