diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-08-14 03:54:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-08-14 03:54:00 +0000 |
commit | 4898272f9f5014068098bfa2568f93047e9bb778 (patch) | |
tree | 484f564b29e4a5bda86e640aa8f4414ed2f5384b /net/scotty | |
parent | ac6bd2db21fb15247bb2ff2f148a3d0785ac4642 (diff) |
Notes
Diffstat (limited to 'net/scotty')
-rw-r--r-- | net/scotty/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index ce266522be7a..1daf8235dad3 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -14,6 +14,8 @@ MAINTAINER= dima@Chg.RU LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +FORBIDDEN= "Buffer overflow in ntping yielding setuid root" + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=${LOCALBASE}/lib/tcl8.2 \ --with-tk-config=${LOCALBASE}/lib/tk8.2 |