diff options
author | obache <obache@pkgsrc.org> | 2011-07-21 13:05:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-07-21 13:05:46 +0000 |
commit | 76acbef81fe2aa4052c1f0752ab91557c84c0755 (patch) | |
tree | b49a8a74fd1e317fd702bd5b738310cf703db8d1 /devel/xulrunner | |
parent | 1d709e0347780c959bef690762ce3ec5ad18b2b8 (diff) | |
download | pkgsrc-76acbef81fe2aa4052c1f0752ab91557c84c0755.tar.gz |
recursive bump from gnome-vfs drop crypto dependency.
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 |