summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-11-27 16:59:18 +0000
committertnn <tnn@pkgsrc.org>2009-11-27 16:59:18 +0000
commit2183523d9a744307c972502e44e63e5a30dfdea9 (patch)
treeb75822671138f0a807b697ee2d3191519c098ade /devel
parent5c276d8f744f3519c0d5f42bb9d808956f62832f (diff)
downloadpkgsrc-2183523d9a744307c972502e44e63e5a30dfdea9.tar.gz
bump the minimum required GTK+ to 2.18.3nb1
Diffstat (limited to 'devel')
-rw-r--r--devel/xulrunner/Makefile4
-rw-r--r--devel/xulrunner/mozilla-common.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile
index 03104122a9e..0ad268ad488 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 736dfcb9699..a0b0a418513 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"