diff options
-rw-r--r-- | www/netscape3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile index 16e38a4579cf..7c5f688c1b6c 100644 --- a/www/netscape3/Makefile +++ b/www/netscape3/Makefile @@ -15,8 +15,9 @@ MAINTAINER= sada@FreeBSD.org RUN_DEPENDS= ${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs -ONLY_FOR_ARCHS= i386 +FORBIDDEN= "This version should have 'GIF comment vulnerability'" +ONLY_FOR_ARCHS= i386 USE_XLIB= yes NO_LATEST_LINK= yes NO_WRKSUBDIR= yes |