Actually allow to select from the varity of Samba ports.

This commit is contained in:
Timur I. Bakeyev 2020-09-28 00:16:08 +00:00
parent 85cd90bbd1
commit 64ce1620cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550387

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
.if ${SAMBA_DEFAULT} == 4.10 || ${SAMBA_DEFAULT} == 4.11 || ${SAMBA_DEFAULT} == 4.12 || ${SAMBA_DEFAULT} == 4.13
SAMBALIBS= ${LOCALBASE}/lib/samba4
.else
IGNORE= Invalid version of samba: ${SAMBA_DEFAULT}