summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-07-14 11:31:02 +0000
committerobache <obache@pkgsrc.org>2011-07-14 11:31:02 +0000
commitf07319d13ed65a595a5c39f8ca221bbaeb1c17ec (patch)
treef7c2df364a9128c1acf81408649d8771be805f4a /devel
parent0060e1429741fec2704378ff6eb8a2f4f86ef97e (diff)
downloadpkgsrc-f07319d13ed65a595a5c39f8ca221bbaeb1c17ec.tar.gz
Set upper bound API_DEPENDS guard, not to allow newer xulrunner.
Diffstat (limited to 'devel')
-rw-r--r--devel/xulrunner192/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner192/buildlink3.mk b/devel/xulrunner192/buildlink3.mk
index 96d38b0b5ad..ab1d56f5dd1 100644
--- a/devel/xulrunner192/buildlink3.mk
+++ b/devel/xulrunner192/buildlink3.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.2 2011/04/19 11:20:59 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2011/07/14 11:31:02 obache Exp $
BUILDLINK_TREE+= xulrunner
.if !defined(XULRUNNER_BUILDLINK3_MK)
XULRUNNER_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=1.9.2.2
+BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=1.9.2.2<2.0
BUILDLINK_ABI_DEPENDS.xulrunner?= xulrunner>=1.9.2.13nb1
BUILDLINK_PKGSRCDIR.xulrunner?= ../../devel/xulrunner192