From 2e5c758e919314ff2af1cd10203126fc6eee33e2 Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 27 Nov 2009 16:59:18 +0000 Subject: [PATCH] bump the minimum required GTK+ to 2.18.3nb1 --- devel/xulrunner/Makefile | 4 ++-- devel/xulrunner/mozilla-common.mk | 3 ++- www/firefox/Makefile | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index 03104122a9ea..0ad268ad488f 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2009/11/10 17:08:20 tnn Exp $ +# $NetBSD: Makefile,v 1.31 2009/11/27 16:59:18 tnn Exp $ # .include "dist.mk" PKGNAME= ${DISTNAME:S/firefox/xulrunner/:S/3.5/1.9.1/:S/.source//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel www MAINTAINER= tnn@NetBSD.org diff --git a/devel/xulrunner/mozilla-common.mk b/devel/xulrunner/mozilla-common.mk index 736dfcb96993..a0b0a4185137 100644 --- a/devel/xulrunner/mozilla-common.mk +++ b/devel/xulrunner/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.5 2009/11/23 14:16:22 tnn Exp $ +# $NetBSD: mozilla-common.mk,v 1.6 2009/11/27 16:59:18 tnn Exp $ # # common Makefile fragment for mozilla packages based on gecko 1.9.1. # @@ -73,5 +73,6 @@ BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.6.16 .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../net/libIDL/buildlink3.mk" +BUILDLINK_API_DEPENDS.gtk2+= gtk2+=>2.18.3nb1 .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" diff --git a/www/firefox/Makefile b/www/firefox/Makefile index d08fed13eee9..40bcebdd2566 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.62 2009/11/06 15:44:34 tnn Exp $ +# $NetBSD: Makefile,v 1.63 2009/11/27 16:59:18 tnn Exp $ # .include "../../devel/xulrunner/dist.mk" PKGNAME= firefox-${FIREFOX_VER} +PKGREVISION= 1 CATEGORIES= www MAINTAINER= tnn@NetBSD.org