diff options
author | kris <kris@FreeBSD.org> | 2001-02-06 10:38:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-02-06 10:38:43 +0800 |
commit | 5dc20202f400010fbef7a601e297a59363a592dc (patch) | |
tree | a79d6c9b19ca88b908bb38afb1b08d84bfdb1c45 /security | |
parent | 4146df33b0294012d6b7956ac8175c06e27a49d2 (diff) | |
download | freebsd-ports-graphics-5dc20202f400010fbef7a601e297a59363a592dc.tar.gz freebsd-ports-graphics-5dc20202f400010fbef7a601e297a59363a592dc.tar.zst freebsd-ports-graphics-5dc20202f400010fbef7a601e297a59363a592dc.zip |
Oops, meant to mark FORBIDDEN, not BROKEN, to prevent package builds.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 52f90d44a3a..c97dba71e7f 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -69,7 +69,7 @@ CONFIGURE_ARGS+= --without-idea .include <bsd.port.pre.mk> .if (${OSVERSION} >= 400016 && !defined(REALLY_WANT_SSH)) -BROKEN= "OpenSSH is a superior version of SSH which has been included in the FreeBSD base system since 4.0-RELEASE. This port is now deprecated and will be removed at some point in the future. To override this warning set the REALLY_WANT_SSH environment variable and rebuild." +FORBIDDEN= "OpenSSH is a superior version of SSH which has been included in the FreeBSD base system since 4.0-RELEASE. This port is now deprecated and will be removed at some point in the future. To override this warning set the REALLY_WANT_SSH environment variable and rebuild." .endif MAN1= scp1.1 ssh-add1.1 ssh-agent1.1 ssh-keygen1.1 ssh1.1 \ |