diff options
Diffstat (limited to 'devel/xulrunner')
-rw-r--r-- | devel/xulrunner/Makefile | 4 | ||||
-rw-r--r-- | devel/xulrunner/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index 14fde0e562c..2e5d1ce7979 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2012/01/06 07:36:38 sbd Exp $ +# $NetBSD: Makefile,v 1.62 2012/01/13 10:55:00 obache Exp $ .include "dist.mk" PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel www MAINTAINER= tnn@NetBSD.org diff --git a/devel/xulrunner/buildlink3.mk b/devel/xulrunner/buildlink3.mk index 1d1f666da86..8cf66b754e8 100644 --- a/devel/xulrunner/buildlink3.mk +++ b/devel/xulrunner/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2011/11/01 06:01:04 sbd Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2012/01/13 10:55:00 obache Exp $ BUILDLINK_TREE+= xulrunner @@ -6,7 +6,7 @@ BUILDLINK_TREE+= xulrunner XULRUNNER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=6.0 -BUILDLINK_ABI_DEPENDS.xulrunner?= xulrunner>=7.0nb1 +BUILDLINK_ABI_DEPENDS.xulrunner?= xulrunner>=8.0nb2 BUILDLINK_PKGSRCDIR.xulrunner?= ../../devel/xulrunner pkgbase := xulrunner |