diff options
author | asami <asami@FreeBSD.org> | 1999-03-29 15:50:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-29 15:50:14 +0800 |
commit | dbb5810fa0ba7ce631265ead41fb74fefa24a0a1 (patch) | |
tree | d9cfaa5daf66b980a13598d74d706fe57f696408 /mail/youbin | |
parent | 7931da6a896ef8f64aacecf5c67d6c1ffa5af05e (diff) | |
download | freebsd-ports-gnome-dbb5810fa0ba7ce631265ead41fb74fefa24a0a1.tar.gz freebsd-ports-gnome-dbb5810fa0ba7ce631265ead41fb74fefa24a0a1.tar.zst freebsd-ports-gnome-dbb5810fa0ba7ce631265ead41fb74fefa24a0a1.zip |
Use FORBIDDEN to indicate that this port shouldn't be built under any (some)
circumstances. This is different from BROKEN, which merely means we think
it is broken.
Diffstat (limited to 'mail/youbin')
-rw-r--r-- | mail/youbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/youbin/Makefile b/mail/youbin/Makefile index 426e37a92722..2d2c5ca7e0ef 100644 --- a/mail/youbin/Makefile +++ b/mail/youbin/Makefile @@ -4,7 +4,7 @@ # Date created: 09 Aug 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.15 1998/10/20 01:43:12 steve Exp $ +# $Id: Makefile,v 1.16 1998/12/10 03:09:13 steve Exp $ # DISTNAME= youbin-2.13 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://nuis.nuie.nagoya-u.ac.jp/info/nagoya-u/ \ MAINTAINER= max@FreeBSD.ORG -BROKEN= see PR# 6180 about exploitable security hole +FORBIDDEN= see PR# 6180 about exploitable security hole LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm |