diff options
author | trevor <trevor@FreeBSD.org> | 2005-06-12 06:50:47 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-06-12 06:50:47 +0800 |
commit | 4d43c1f39e5902422b619d8662528d2eab5f9d13 (patch) | |
tree | 13c1b1cf1080fb53d0b52732a0900abc0556c538 /www | |
parent | 5335c3ee4b7be57aaf94d825f3f8d63eb5650394 (diff) | |
download | freebsd-ports-gnome-4d43c1f39e5902422b619d8662528d2eab5f9d13.tar.gz freebsd-ports-gnome-4d43c1f39e5902422b619d8662528d2eab5f9d13.tar.zst freebsd-ports-gnome-4d43c1f39e5902422b619d8662528d2eab5f9d13.zip |
The Mozilla Foundation does not issue security advisories for Mozilla
1.8. However, many bugs subsequently found in Mozilla 1.7 are
likely to also be present in this version. See
<URL:http://www.mozilla.org/projects/security/known-vulnerabilities.html>
for a list.
Diffstat (limited to 'www')
-rw-r--r-- | www/linux-mozilla-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/linux-mozilla-devel/Makefile b/www/linux-mozilla-devel/Makefile index b74f89b6a482..6cc4c0fc56b7 100644 --- a/www/linux-mozilla-devel/Makefile +++ b/www/linux-mozilla-devel/Makefile @@ -22,6 +22,8 @@ COMMENT=Browser, HTML editor, MUA, news, and IRC client for Linux (unstable) RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk +FORBIDDEN= "multiple suspected security bugs" + NO_BUILD= yes NO_FILTER_SHLIBS= yes ONLY_FOR_ARCHS= i386 |