diff options
Diffstat (limited to 'devel/xulrunner')
-rw-r--r-- | devel/xulrunner/Makefile | 3 | ||||
-rw-r--r-- | devel/xulrunner/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index 4ece1cf24b4..05824191d01 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2011/04/26 14:16:36 tnn Exp $ +# $NetBSD: Makefile,v 1.51 2011/07/21 13:05:51 obache Exp $ .include "dist.mk" PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} +PKGREVISION= 1 CATEGORIES= devel www MAINTAINER= tnn@NetBSD.org diff --git a/devel/xulrunner/buildlink3.mk b/devel/xulrunner/buildlink3.mk index 35b8fc93866..ddd1eb4cb95 100644 --- a/devel/xulrunner/buildlink3.mk +++ b/devel/xulrunner/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2011/07/11 12:46:14 tnn Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2011/07/21 13:05:51 obache Exp $ BUILDLINK_TREE+= xulrunner @@ -6,6 +6,7 @@ BUILDLINK_TREE+= xulrunner XULRUNNER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=5.0 +BUILDLINK_ABI_DEPENDS.xulrunner?= xulrunner>=5.0nb1 BUILDLINK_PKGSRCDIR.xulrunner?= ../../devel/xulrunner pkgbase := xulrunner |