case $THIS_SUB_DEPENDS in
  NMAP_NCAT) message "${MESSAGE_COLOR}ncat utility requested, forcing it.${DEFAULT_COLOR}"  &&
    list_remove  "NMAP_OPTS"  '--without-ncat'  &&
    list_add     "NMAP_OPTS"  '--with-ncat'
    ;;
  NMAP_NC_SYMLINK) message "${MESSAGE_COLOR}nc -> ncat symlink requested, forcing it.${DEFAULT_COLOR}"  &&
    persistent_add NMAP_NC_SYMLINK  &&
    NMAP_NC_SYMLINK="y"
    ;;
  *) message "${PROBLEM_COLOR}Unknown sub-depends!${DEFAULT_COLOR}"; return 1;;
esac
