View | Details | Raw Unified | Return to bug 280773
Collapse All | Expand All

(-)b/Mk/Uses/samba.mk (-1 / +4 lines)
Lines 21-28 IGNORE= USES=samba has invalid arguments: ${samba_ARGS:Nbuild:Nenv:Nlib:Nrun} Link Here
21
SAMBAPORT=     net/samba${SAMBA_DEFAULT:S/.//}
21
SAMBAPORT=     net/samba${SAMBA_DEFAULT:S/.//}
22
SAMBAINCLUDES= ${LOCALBASE}/include/samba4
22
SAMBAINCLUDES= ${LOCALBASE}/include/samba4
23
.  if ${SAMBA_DEFAULT} == 4.16 || ${SAMBA_DEFAULT} == 4.19
24
SAMBALIBS=     ${LOCALBASE}/lib/samba4
23
SAMBALIBS=     ${LOCALBASE}/lib/samba4
24
.  if ${SAMBA_DEFAULT} == 4.16
25
SAMBALDBPORT=  databases/ldb25
26
.  elif ${SAMBA_DEFAULT} == 4.19
27
SAMBALDBPORT=  databases/ldb28
25
.  else
28
.  else
26
IGNORE=                Invalid version of samba: ${SAMBA_DEFAULT}
29
IGNORE=                Invalid version of samba: ${SAMBA_DEFAULT}
27
.  endif
30
.  endif

Return to bug 280773