diff options
author | wiz <wiz> | 2012-02-06 12:39:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-02-06 12:39:49 +0000 |
commit | e7ca80a59328b75bf0ef7660f9b582a467e51ace (patch) | |
tree | babd501eac1bd290d4908251c585379252e34df8 /devel/xulrunner192 | |
parent | 166a5f824642de2518220b2a24588ea27cb9f551 (diff) | |
download | pkgsrc-e7ca80a59328b75bf0ef7660f9b582a467e51ace.tar.gz |
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
Diffstat (limited to 'devel/xulrunner192')
-rw-r--r-- | devel/xulrunner192/Makefile | 4 | ||||
-rw-r--r-- | devel/xulrunner192/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/xulrunner192/Makefile b/devel/xulrunner192/Makefile index b7efb3cad7e..d18cc142e84 100644 --- a/devel/xulrunner192/Makefile +++ b/devel/xulrunner192/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2012/01/24 09:10:52 sbd Exp $ +# $NetBSD: Makefile,v 1.11 2012/02/06 12:39:58 wiz Exp $ .include "dist.mk" PKGNAME= xulrunner192-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel www MAINTAINER= tnn@NetBSD.org diff --git a/devel/xulrunner192/buildlink3.mk b/devel/xulrunner192/buildlink3.mk index 681e13b2c38..c6eb7744469 100644 --- a/devel/xulrunner192/buildlink3.mk +++ b/devel/xulrunner192/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2012/01/13 10:55:00 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2012/02/06 12:39:58 wiz Exp $ BUILDLINK_TREE+= xulrunner192 @@ -11,7 +11,7 @@ xulrunner192-preconfigure: cp ${PREFIX}/lib/xulrunner192/pkgconfig/* ${BUILDLINK_DIR}/lib/pkgconfig BUILDLINK_API_DEPENDS.xulrunner192+= xulrunner192>=1.9.2.17nb2<2.0 -BUILDLINK_ABI_DEPENDS.xulrunner192?= xulrunner192>=1.9.2.24nb1 +BUILDLINK_ABI_DEPENDS.xulrunner192?= xulrunner192>=1.9.2.24nb3 BUILDLINK_PKGSRCDIR.xulrunner192?= ../../devel/xulrunner192 pkgbase := xulrunner192 |