diff options
author | linimon <linimon@FreeBSD.org> | 2004-12-19 09:59:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-12-19 09:59:03 +0800 |
commit | 1f3c4c6b0b5f3efda14f029a7b4c125bdb16f359 (patch) | |
tree | 2bd432d1663aeea86c203198e0874cbeb47c05c5 | |
parent | 8afb9811925b6856d33dd5e71c9c8b2c77e79977 (diff) | |
download | freebsd-ports-graphics-1f3c4c6b0b5f3efda14f029a7b4c125bdb16f359.tar.gz freebsd-ports-graphics-1f3c4c6b0b5f3efda14f029a7b4c125bdb16f359.tar.zst freebsd-ports-graphics-1f3c4c6b0b5f3efda14f029a7b4c125bdb16f359.zip |
Switch from FORBIDDEN to IGNORE, since no security issue seems to be stated.
-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 f45eef658ab..cf5dee7a894 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -69,7 +69,7 @@ MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \ .endif .if (${OSVERSION} >= 400016 && !defined(REALLY_WANT_SSH)) -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. To override this warning set the REALLY_WANT_SSH environment variable and rebuild." +IGNORE= 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. 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 \ |