diff options
author | tnn <tnn> | 2009-11-27 16:59:18 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-11-27 16:59:18 +0000 |
commit | 7217667e9ec321952b9011546f04b5f0aa0e2041 (patch) | |
tree | b75822671138f0a807b697ee2d3191519c098ade /devel/xulrunner | |
parent | 84460e9819410af9cdf530990b9d8dcea6aec2c5 (diff) | |
download | pkgsrc-7217667e9ec321952b9011546f04b5f0aa0e2041.tar.gz |
bump the minimum required GTK+ to 2.18.3nb1
Diffstat (limited to 'devel/xulrunner')
-rw-r--r-- | devel/xulrunner/Makefile | 4 | ||||
-rw-r--r-- | devel/xulrunner/mozilla-common.mk | 3 |
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" |