diff options
author | beat <beat@FreeBSD.org> | 2010-10-21 19:07:57 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-10-21 19:07:57 +0800 |
commit | 1535b1517e831b152e045e9c897eea3d3cd9b079 (patch) | |
tree | 1e2ca856abbb7a2f75c1a294d56249f08e0d031c /www/firefox | |
parent | 19c42d53bfe7988a593e7b256e0af0a3f8461f95 (diff) | |
download | freebsd-ports-gnome-1535b1517e831b152e045e9c897eea3d3cd9b079.tar.gz freebsd-ports-gnome-1535b1517e831b152e045e9c897eea3d3cd9b079.tar.zst freebsd-ports-gnome-1535b1517e831b152e045e9c897eea3d3cd9b079.zip |
- Firefox needs at least nspr 4.8.6 to build
PR: ports/151611
Submitted by: Toomas Aas <toomas.aas AT raad.tartu.ee>
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 31f3dd574f0f..9f737f1f6534 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}.source MAINTAINER= gecko@FreeBSD.org 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 |