diff options
author | trevor <trevor@FreeBSD.org> | 2002-04-01 09:40:43 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-04-01 09:40:43 +0000 |
commit | 0f9c576d15b7536ace73b6a197f46bf7c16923fa (patch) | |
tree | 9599bde910beef46d14199b7ff0e65cf92602b92 /www/linux-netscape6 | |
parent | 5a28e1eceaa6ebbd03f0f621ecdf6f381f0fcfd3 (diff) | |
download | FreeBSD-ports-0f9c576d15b7536ace73b6a197f46bf7c16923fa.zip FreeBSD-ports-0f9c576d15b7536ace73b6a197f46bf7c16923fa.tar.gz |
Mozilla uses zlib internally, and Netscape 6 is based on Mozilla.
There has been no announcement regarding zlib in Netscape 6.
Diffstat (limited to 'www/linux-netscape6')
-rw-r--r-- | www/linux-netscape6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile index 2e87669..5cc4ef6 100644 --- a/www/linux-netscape6/Makefile +++ b/www/linux-netscape6/Makefile @@ -43,6 +43,8 @@ PATCHFILES= linux-netscape6-${PORTVERSION}-generated-files.tar.gz MAINTAINER?= trevor@FreeBSD.org +FORBIDDEN= "may have zlib double free() bug" + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0.5.0:${PORTSDIR}/x11-toolkits/linux-gtk \ ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg |