Author: beat Date: Thu Oct 21 10:59:19 2010 New Revision: 413 Log: - Firefox needs at least nspr 4.8.6 to build
PR: ports/151611 Submitted by: Toomas Aas <toomas.aas AT raad.tartu.ee> Modified: branches/experimental/www/firefox-devel/Makefile branches/experimental/www/firefox/Makefile branches/experimental/www/firefox35/Makefile trunk/www/firefox/Makefile trunk/www/firefox35/Makefile Modified: branches/experimental/www/firefox-devel/Makefile ============================================================================== --- branches/experimental/www/firefox-devel/Makefile Wed Oct 20 18:22:17 2010 (r412) +++ branches/experimental/www/firefox-devel/Makefile Thu Oct 21 10:59:19 2010 (r413) @@ -16,7 +16,7 @@ MAINTAINER= [email protected] COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213 LATEST_LINK= firefox-devel Modified: branches/experimental/www/firefox/Makefile ============================================================================== --- branches/experimental/www/firefox/Makefile Wed Oct 20 18:22:17 2010 (r412) +++ branches/experimental/www/firefox/Makefile Thu Oct 21 10:59:19 2010 (r413) @@ -16,7 +16,7 @@ MAINTAINER= [email protected] COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213 USE_GECKO= gecko Modified: branches/experimental/www/firefox35/Makefile ============================================================================== --- branches/experimental/www/firefox35/Makefile Wed Oct 20 18:22:17 2010 (r412) +++ branches/experimental/www/firefox35/Makefile Thu Oct 21 10:59:19 2010 (r413) @@ -16,7 +16,7 @@ MAINTAINER= [email protected] COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213:run LATEST_LINK= firefox35 Modified: trunk/www/firefox/Makefile ============================================================================== --- trunk/www/firefox/Makefile Wed Oct 20 18:22:17 2010 (r412) +++ trunk/www/firefox/Makefile Thu Oct 21 10:59:19 2010 (r413) @@ -16,7 +16,7 @@ MAINTAINER= [email protected] COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213 USE_GECKO= gecko Modified: trunk/www/firefox35/Makefile ============================================================================== --- trunk/www/firefox35/Makefile Wed Oct 20 18:22:17 2010 (r412) +++ trunk/www/firefox35/Makefile Thu Oct 21 10:59:19 2010 (r413) @@ -16,7 +16,7 @@ MAINTAINER= [email protected] COMMENT= Web browser based on the browser portion of Mozilla -BUILD_DEPENDS= nspr>=4.8:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= nspr>=4.8.6:${PORTSDIR}/devel/nspr USE_AUTOTOOLS= autoconf:213:run LATEST_LINK= firefox35 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
