diff options
author | tnn <tnn> | 2009-09-20 07:04:22 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-09-20 07:04:22 +0000 |
commit | a63084ecf220c6a9d04ba192a50762650c1856e3 (patch) | |
tree | d3abe52585e3a7164ed62f4e3a2b2d1b9ed0d3cf /devel | |
parent | 657794831686e0561885b222962ba1000c4a6175 (diff) | |
download | pkgsrc-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/Makefile | 3 |
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" |