diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2018-03-17 04:20:09 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2018-03-17 04:20:09 +0800 |
commit | 80f9c921e4861f41f7585cdfd363b24d6b04e9bb (patch) | |
tree | 8a6e4b3dc4eefb92db0635d6226a8dcaa7682960 /security | |
parent | 2053f35154a1abe8111037b1d263b0b231166399 (diff) | |
download | freebsd-ports-gnome-80f9c921e4861f41f7585cdfd363b24d6b04e9bb.tar.gz freebsd-ports-gnome-80f9c921e4861f41f7585cdfd363b24d6b04e9bb.tar.zst freebsd-ports-gnome-80f9c921e4861f41f7585cdfd363b24d6b04e9bb.zip |
Remove OVERWRITE_BASE compat - it was marked IGNORE in 2015
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh-portable/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 45b14a27a9a2..4f11637393f0 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -31,7 +31,7 @@ BROKEN_SSL_REASON_libressl= random crashes with 7.6 PR 223000 OPTIONS_DEFINE= PAM TCP_WRAPPERS LIBEDIT BSM \ HPN X509 KERB_GSSAPI \ - OVERWRITE_BASE SCTP LDNS NONECIPHER + SCTP LDNS NONECIPHER OPTIONS_DEFAULT= LIBEDIT PAM TCP_WRAPPERS LDNS OPTIONS_RADIO= KERBEROS OPTIONS_RADIO_KERBEROS= MIT HEIMDAL HEIMDAL_BASE @@ -42,7 +42,6 @@ HPN_DESC= HPN-SSH patch LDNS_DESC= SSHFP/LDNS support X509_DESC= x509 certificate patch SCTP_DESC= SCTP support -OVERWRITE_BASE_DESC= EOL, No longer supported. HEIMDAL_DESC= Heimdal Kerberos (security/heimdal) HEIMDAL_BASE_DESC= Heimdal Kerberos (base) MIT_DESC= MIT Kerberos (security/krb5) @@ -178,10 +177,6 @@ CONFIGURE_ARGS+= --with-ssl-dir=${OPENSSLBASE} EMPTYDIR= /var/empty -.if ${PORT_OPTIONS:MOVERWRITE_BASE} || defined(OPENSSH_OVERWRITE_BASE) -IGNORE= Overwrite base option is no longer supported. -.endif - USE_RC_SUBR= openssh # After all |