remove left-over references to net/samba410 after r554446

samba410 expired and was removed last week

Approved by:	blanket (cleanup with no functional change)
This commit is contained in:
Christoph Moench-Tegeder 2020-11-14 14:07:01 +00:00
parent 7d0e2e4050
commit 73b32852b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555112
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ IGNORE= USES=samba has invalid arguments: ${samba_ARGS:Nbuild:Nenv:Nlib:Nrun}
SAMBAPORT= net/samba${SAMBA_DEFAULT:S/.//}
SAMBAINCLUDES= ${LOCALBASE}/include/samba4
.if ${SAMBA_DEFAULT} == 4.10 || ${SAMBA_DEFAULT} == 4.11 || ${SAMBA_DEFAULT} == 4.12 || ${SAMBA_DEFAULT} == 4.13
.if ${SAMBA_DEFAULT} == 4.11 || ${SAMBA_DEFAULT} == 4.12 || ${SAMBA_DEFAULT} == 4.13
SAMBALIBS= ${LOCALBASE}/lib/samba4
.else
IGNORE= Invalid version of samba: ${SAMBA_DEFAULT}

View File

@ -100,7 +100,7 @@ PYTHON3_DEFAULT?= 3.7
RUBY_DEFAULT?= 2.6
# Possible values: rust, rust-nightly
RUST_DEFAULT?= rust
# Possible values: 4.10, 4.11, 4.12, 4.13
# Possible values: 4.11, 4.12, 4.13
SAMBA_DEFAULT?= 4.12
# Possible values: base, openssl, libressl, libressl-devel
.if !defined(SSL_DEFAULT)