diff options
Diffstat (limited to 'games/nethack34')
-rw-r--r-- | games/nethack34/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index c2fbe0f81344..ec39bc926874 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER?= ports@freebsd.org +FORBIDDEN= "Possibly exploitable local buffer overflow, see http://online.securityfocus.com/archive/1/311172/2003-02-08/2003-02-14/0 for more information" + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes |