diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-31 11:45:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-31 11:45:10 +0000 |
commit | e5a340692be1c891260250cf50ebfada862379e4 (patch) | |
tree | 9a71fd76287713afaba6c877815f5f2aee0c9d24 /www | |
parent | d03f9b0d59160babe064f4b7d75ad68cfa38e368 (diff) | |
download | pkgsrc-e5a340692be1c891260250cf50ebfada862379e4.tar.gz |
Allow gmake 4.2 again (now that the problem is fixed in 4.2nb1)
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/mozilla-common.mk | 4 | ||||
-rw-r--r-- | www/firefox45/mozilla-common.mk | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index 7ddea760ed8..efee596ed24 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.76 2016/05/31 06:30:30 tnn Exp $ +# $NetBSD: mozilla-common.mk,v 1.77 2016/05/31 11:45:10 wiz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -13,8 +13,6 @@ BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm GNU_CONFIGURE= yes USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip -# XXX https://bugzilla.mozilla.org/show_bug.cgi?id=1275547 -TOOL_DEPENDS+= gmake<4.2:../../devel/gmake USE_LANGUAGES+= c99 c++ UNLIMIT_RESOURCES+= datasize diff --git a/www/firefox45/mozilla-common.mk b/www/firefox45/mozilla-common.mk index 681bca3b057..9594ffbe2f1 100644 --- a/www/firefox45/mozilla-common.mk +++ b/www/firefox45/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.2 2016/05/31 06:30:30 tnn Exp $ +# $NetBSD: mozilla-common.mk,v 1.3 2016/05/31 11:45:10 wiz Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -13,8 +13,6 @@ BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm GNU_CONFIGURE= yes USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip -# XXX https://bugzilla.mozilla.org/show_bug.cgi?id=1275547 -TOOL_DEPENDS+= gmake<4.2:../../devel/gmake USE_LANGUAGES+= c99 c++ UNLIMIT_RESOURCES+= datasize |